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 @@
知道了
-
+
+
@@ -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();