From 9fdb09cca5a655dfafccf9d274012373b8712d03 Mon Sep 17 00:00:00 2001
From: b2894lxlx <517289602@qq.com>
Date: Mon, 30 Jun 2025 15:18:52 +0800
Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E5=A4=8D=E9=A1=BA=E5=BA=8F?=
=?UTF-8?q?=E7=BB=83=E4=B9=A0=E5=88=86=E6=9E=90=E9=A2=98=E7=A9=BA=E7=99=BD?=
=?UTF-8?q?=E9=97=AE=E9=A2=98=202=E3=80=81=E4=BF=AE=E5=A4=8D=E8=87=AA?=
=?UTF-8?q?=E4=B8=BB=E6=8A=A5=E5=90=8D=E5=BC=BA=E5=88=B6=E7=94=9F=E6=88=90?=
=?UTF-8?q?=E5=B7=A5=E7=A7=8D=E8=AF=81=E4=B9=A6=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 27 +++++++++++++++------------
src/api/exam.js | 1 +
src/manifest.json | 4 ++--
src/pages/signUp/self.vue | 3 ++-
4 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/index.html b/index.html
index f8a54cb..d9899fd 100644
--- a/index.html
+++ b/index.html
@@ -1,20 +1,23 @@
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/src/api/exam.js b/src/api/exam.js
index c4be027..1851dbc 100644
--- a/src/api/exam.js
+++ b/src/api/exam.js
@@ -71,6 +71,7 @@ export const TASK_TYPE_LIST = [
{value: 'context', label: '情境题'},
{value: 'cal-analysis', label: '计算分析'},
{value: 'drag', label: '拖拽题'},
+ {value: 'analysis', label: '分析题'},
]
export const ANSWER_CHAR = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
\ No newline at end of file
diff --git a/src/manifest.json b/src/manifest.json
index 79d9030..a62e6f5 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -3,8 +3,8 @@
"appid" : "__UNI__06C03D0",
//__UNI__06C03D0
"description" : "",
- "versionName" : "2.2.0",
- "versionCode" : "275",
+ "versionName" : "2.2.2",
+ "versionCode" : "277",
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/src/pages/signUp/self.vue b/src/pages/signUp/self.vue
index 08366c4..8536278 100644
--- a/src/pages/signUp/self.vue
+++ b/src/pages/signUp/self.vue
@@ -910,7 +910,7 @@ const join = async () => {
if (form.value.titleType !== '无' && !form.value.titlePaper) {
return $toast('请上传职称等级证书')
}
- if (form.value.workTypeName !== '无' && !form.value.paperNo) {
+ if (hasWorkTypePaper.value && form.value.workTypeName !== '无' && !form.value.paperNo) {
return $toast('请输入工种证书编号')
}
if (!workExp.value.length) {
@@ -955,6 +955,7 @@ const join = async () => {
form.value.workExp = JSON.stringify(workExp.value)
if (!form.value.id) {
await signUpSelfJoinReq(form.value)
+ $toast('提交成功')
} else {
await signUpSelfUpdateReq(form.value)
$toast('修改成功')