From e9caf512c28306f57a90ec757ed58baca224aa0d Mon Sep 17 00:00:00 2001 From: jinna Date: Wed, 22 Mar 2023 10:59:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A1=AE=E8=AE=A4=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examProject.vue | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/src/views/examProject.vue b/src/views/examProject.vue index d91e4b2..b211d96 100644 --- a/src/views/examProject.vue +++ b/src/views/examProject.vue @@ -24,7 +24,7 @@
-
确认
+
确认
@@ -41,7 +41,7 @@
知道了
-
+
@@ -51,7 +51,12 @@
知道了
+
+
请确认您了解以下情况
+
已了解
+
+
@@ -65,6 +70,8 @@ export default { proArr: [], isShow: false, isSuccess: false, + isShowCon:false, + isFail:false, userInfo: {}, failTips: '', blacklistOutDate:'', @@ -116,9 +123,16 @@ export default { // }); }, + confirmProject(){ + console.log('ces') + this.isShow = true + this.isShowCon = true + }, + confirm() { let param = this.proArr; console.log(param) + this.isShowCon = false this.$toast.loading({ message: '请求中', duration: 0, @@ -133,13 +147,15 @@ export default { console.log('value2', retData); if (retData.code == 200) { this.isShow = true; - this.isSuccess = true + this.isSuccess = true; + this.isFail = false this.blacklistOutDate = retData.data.blacklistOutDate; this.timesToBlacklist = retData.data.timesToBlacklist; } else { this.failTips = retData.msg; this.isShow = true; - this.isSuccess = false + this.isSuccess = false; + this.isFail = true } }, err => { this.$toast.clear(); @@ -152,12 +168,14 @@ export default { if (res.code == 200) { this.isShow = true; this.isSuccess = true; + this.isFail = false; this.blacklistOutDate = res.data.blacklistOutDate; this.timesToBlacklist = res.data.timesToBlacklist; } else { this.failTips = res.msg this.isShow = true; this.isSuccess = false + this.isFail = true } }, err => { this.$toast.clear();