From 98813cb26f23753ee834de378bc41a5de1e71976 Mon Sep 17 00:00:00 2001 From: wzl <1720360649@qq.com> Date: Wed, 7 Aug 2024 16:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=83=E7=90=86=E9=87=8F=E8=A1=A8=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E8=B5=B7=E5=A7=8B=E6=95=B0=E8=B0=83=E6=95=B4=E4=B8=BA?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- src/config/models.js | 2 +- src/views/psychological-scale/index.vue | 6 +++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1be5057..e258d19 100644 --- a/README.md +++ b/README.md @@ -1185,7 +1185,14 @@ update ## v1.0.129 -`2024.8.8` +`2024.8.7` update - 量表页面全部增加可选头部导航 + +## v1.0.130 + +`2024.8.7` +fix + +- 修复 心理量表选项起始数调整为0 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index bb956c5..039a450 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.129F'; //版本号 +export const VERSION_MODEL = '1.0.130F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/psychological-scale/index.vue b/src/views/psychological-scale/index.vue index 5165676..604108b 100644 --- a/src/views/psychological-scale/index.vue +++ b/src/views/psychological-scale/index.vue @@ -10,7 +10,7 @@ :left-arrow="true" @click-left="onNavBack" v-if="showLeftArrow" - style="position: fixed; left: 0; top: 0;width: 100vw;" + style="position: fixed; left: 0; top: 0; width: 100vw" >