Commit cb2a37c9 by 刘海龙

11

parent 59f2918a
...@@ -283,6 +283,7 @@ ...@@ -283,6 +283,7 @@
}, },
submit: function () { submit: function () {
let data = this.form; let data = this.form;
if(data.real_name&&data.cer_no&&data.mobile&&data.front_view&&data.back_view&&data.handset_view){
$.ajax({url:"./index.php?g=Appapi&m=Auth&a=authsave", $.ajax({url:"./index.php?g=Appapi&m=Auth&a=authsave",
dataType:"json", dataType:"json",
data: data, data: data,
...@@ -299,6 +300,9 @@ ...@@ -299,6 +300,9 @@
layer.msg(e.msg); layer.msg(e.msg);
} }
}) })
}else{
layer.msg("请完善信息");
}
} }
}, },
watch: { watch: {
......
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