Commit de349536 by 冷斌

fix bug

parent 1afa6457
......@@ -57,6 +57,8 @@
phone: '', // 手机号
yzm: '', // 验证码
is_Submit: 1, // 1信息不全 2可以提交
identity: 0,
certification: 0,
},
methods: {
//事件
......@@ -103,7 +105,9 @@
success:function(data){
console.log(data)
if(data.ret==200){
let d = data.data;
_this.identity = d.identity;
_this.certification = d.certification;
}else{
layer.msg(data.msg);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment