Commit cfa9e121 by 冷斌

update

parent 0cc6aeeb
......@@ -30,7 +30,7 @@
<img src="__PUBLIC__/appapi/img/Group.png" >
</div>
</div>
<div class="surejiazuId" @click="auth2">确定</div>
<div class="surejiazuId" @click="checkFid">确定</div>
<div class="passjiazuId" @click="auth2">跳过</div>
</div>
</div>
......@@ -168,6 +168,13 @@
}
this.checkSubmit();
},
checkFid: function () {
if (this.form.fid === '') {
layer.msg("家族ID不能为空");
return;
}
this.auth2();
},
addImg: function (name) {
// layer.msg("修改已图片方法调用了");
this.uploadName = name;
......
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