diff --git a/README.md b/README.md index 85ba996..ee7d0ee 100644 --- a/README.md +++ b/README.md @@ -718,4 +718,11 @@ update `2023.10.9` update - 问卷调查 - - 增加 答题完成返回错误后如果是从随手精灵公众号调过来的用户,则第8 11题文字变红 \ No newline at end of file + - 增加 答题完成返回错误后如果是从随手精灵公众号调过来的用户,则第8 11题文字变红 + + +## v1.0.90 +`2023.10.10` +update +- 问卷调查 + - 增加 答题完成返回错误后如果是从随手精灵公众号调过来的用户,则第6题文字变红 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 25ef92d..ec7c520 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -5,7 +5,7 @@ * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.89F'; //版本号 +export const VERSION_MODEL = '1.0.90F'; //版本号 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 e1cdfaa..d1b370e 100644 --- a/src/views/psychological-questionnaire/index.vue +++ b/src/views/psychological-questionnaire/index.vue @@ -22,7 +22,7 @@
-
+
{{ item.Title }} ({{ item.Type }})
@@ -38,7 +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')}]" + :title-class="[{cellTitle: (isError && fromSsjl && item.Id == '6') || (isError && fromSsjl && item.Id == '8') || (isError && fromSsjl && item.Id == '11')}]" >