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" >