@@ -40,7 +40,7 @@
data() {
return {
code: '',
- showPop: true, //弹窗
+ showPop: false, //弹窗
stu_number: '',
id_card: '',
ceshi: 'code',
@@ -118,6 +118,7 @@
title: res.errMsg,
icon: 'none'
});
+
this.showPop = true
}
@@ -160,6 +161,8 @@
title: res.data.mess,
icon: 'success'
+ this.showPop = true
},
/**
@@ -181,6 +184,8 @@
// console.log(res);
if (res.data.mess == '未查询到用户信息') {
+ } else {
+ this.showPop = false