diff --git a/README.md b/README.md index edeb1b5..85ba996 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -711,4 +711,11 @@ update `2023.9.25` update - 问卷调查 - - 修改 答题完成后返回方法,修复使用浏览器原生返回方法可能会导致页面返回异常 \ No newline at end of file + - 修改 答题完成后返回方法,修复使用浏览器原生返回方法可能会导致页面返回异常 + + +## v1.0.89 +`2023.10.9` +update +- 问卷调查 + - 增加 答题完成返回错误后如果是从随手精灵公众号调过来的用户,则第8 11题文字变红 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index bbdac91..25ef92d 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -1,11 +1,11 @@ /* * @Date: 2021-11-20 10:26:39 * @LastEditors: JinxChen - * @LastEditTime: 2023-09-25 09:15:41 + * @LastEditTime: 2023-10-09 09:38:30 * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.88F'; //版本号 +export const VERSION_MODEL = '1.0.89F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/psychological-questionnaire/index.vue b/src/views/psychological-questionnaire/index.vue index 28744c2..e1cdfaa 100644 --- a/src/views/psychological-questionnaire/index.vue +++ b/src/views/psychological-questionnaire/index.vue @@ -22,7 +22,7 @@
-
+
{{ item.Title }} ({{ item.Type }})
@@ -38,6 +38,7 @@ :key="idx" :title="ite.label" @click="onRadio(index, ite.value)" + :title-class="[{cellTitle: (isError && fromSsjl && item.Id == '8') || (isError && fromSsjl && item.Id == '11')}]" >