From 9a5e43f7e2f6e708746bf7c858eb3db1ea794466 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Mon, 9 Oct 2023 09:48:05 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E9=97=AE=E5=8D=B7=E8=B0=83?= =?UTF-8?q?=E6=9F=A5=20=20=20=20=20-=20=E5=A2=9E=E5=8A=A0=20=E7=AD=94?= =?UTF-8?q?=E9=A2=98=E5=AE=8C=E6=88=90=E8=BF=94=E5=9B=9E=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=90=8E=E5=A6=82=E6=9E=9C=E6=98=AF=E4=BB=8E=E9=9A=8F=E6=89=8B?= =?UTF-8?q?=E7=B2=BE=E7=81=B5=E5=85=AC=E4=BC=97=E5=8F=B7=E8=B0=83=E8=BF=87?= =?UTF-8?q?=E6=9D=A5=E7=9A=84=E7=94=A8=E6=88=B7=EF=BC=8C=E5=88=99=E7=AC=AC?= =?UTF-8?q?8=2011=E9=A2=98=E6=96=87=E5=AD=97=E5=8F=98=E7=BA=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++-- src/config/models.js | 4 ++-- .../psychological-questionnaire/index.vue | 22 +++++++++++++++---- 3 files changed, 29 insertions(+), 8 deletions(-) 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 @@