diff --git a/README.md b/README.md index 594c937..8ca3bf7 100644 --- a/README.md +++ b/README.md @@ -1158,3 +1158,25 @@ update update - ‘7天’,‘30天’文字 改成 ‘前7天’,‘前30天’, + +## v1.0.125 + +`2024.5.27` +update + +- 增加 周报详情不显示对比条件 + +## v1.0.126 + +`2024.6.18` +fix + +- 修复 心理首页页面显示空白的问题 + +## v1.0.127 + +`2024.6.21` +update + +- 增加 app打开充值h5跳转到话费查询页面 +- 增加 app点击订购套餐提示 diff --git a/src/config/models.js b/src/config/models.js index 2772976..7dac720 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -8,7 +8,7 @@ import store from "@/store"; // 情绪模型 const appTypeList = ['1']; -export const VERSION_MODEL = '1.0.124F'; //版本号 +export const VERSION_MODEL = '1.0.127F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/card-info/index.vue b/src/views/card-info/index.vue index a56ba84..a23c404 100644 --- a/src/views/card-info/index.vue +++ b/src/views/card-info/index.vue @@ -7,19 +7,14 @@ -->