From 2ea7ff98562354dbad6c55428b1fb8254a8f9d17 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Wed, 21 Jun 2023 15:23:25 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=BF=83=E7=90=86=E5=BB=BA?= =?UTF-8?q?=E6=A8=A1=E8=BF=9B=E5=BA=A6=E6=9F=A5=E8=AF=A2=20=20=20=20=20-?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=20=E5=BB=BA=E6=A8=A1=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E6=9C=892=E4=B8=AA=E6=AD=A5=E9=AA=A4=EF=BC=8C=E5=A6=82?= =?UTF-8?q?=E6=9E=9C=E4=BB=BB=E4=B8=80=E6=AD=A5=E9=AA=A4=E5=B7=B2=E7=BB=8F?= =?UTF-8?q?=E5=AE=8C=E6=88=90=EF=BC=8C=E5=88=99=E8=AF=A5=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E9=9A=90=E8=97=8F=E6=98=BE=E7=A4=BA=E3=80=82?= 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/health/psychological-main/index.vue | 2 +- src/views/psychological-modeling/index.vue | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d44c3e4..8c659ad 100644 --- a/README.md +++ b/README.md @@ -510,4 +510,11 @@ feature `2023.6.19` update - 心理建模进度查询 - - 修改 返回逻辑 \ No newline at end of file + - 修改 返回逻辑 + + +## v1.0.64 +`2023.6.21` +update +- 心理建模进度查询 + - 增加 建模中,有2个步骤,如果任一步骤已经完成,则该步骤可以隐藏显示。 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 10bf327..033de92 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.63F'; //版本号 +export const VERSION_MODEL = '1.0.64F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/health/psychological-main/index.vue b/src/views/health/psychological-main/index.vue index fa155a9..8fc613b 100644 --- a/src/views/health/psychological-main/index.vue +++ b/src/views/health/psychological-main/index.vue @@ -1,6 +1,6 @@