Commit de349536 by 冷斌

fix bug

parent 1afa6457
...@@ -57,6 +57,8 @@ ...@@ -57,6 +57,8 @@
phone: '', // 手机号 phone: '', // 手机号
yzm: '', // 验证码 yzm: '', // 验证码
is_Submit: 1, // 1信息不全 2可以提交 is_Submit: 1, // 1信息不全 2可以提交
identity: 0,
certification: 0,
}, },
methods: { methods: {
//事件 //事件
...@@ -103,7 +105,9 @@ ...@@ -103,7 +105,9 @@
success:function(data){ success:function(data){
console.log(data) console.log(data)
if(data.ret==200){ if(data.ret==200){
let d = data.data;
_this.identity = d.identity;
_this.certification = d.certification;
}else{ }else{
layer.msg(data.msg); 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