Commit c918de61 by 刘海龙

111

parent fa367f02
...@@ -49,9 +49,8 @@ ...@@ -49,9 +49,8 @@
</div> </div>
<!-- 按钮 --> <!-- 按钮 -->
<div class="btnBox"> <div class="btnBox" style="padding-bottom: 10px;">
<button type="button" :class="[isSubmit ? 'btnOne' : 'btnTwo']" @click="submit" :disabled="isSubmit">申请认证 <button type="button" :class="[isSubmit ? 'btnOne' : 'btnTwo']" @click="submit" :disabled="isSubmit" style="border: none;">申请认证</button>
</button>
</div> </div>
</div> </div>
...@@ -80,7 +79,7 @@ ...@@ -80,7 +79,7 @@
}, },
methods: { methods: {
//事件 //事件
: function () { checkSubmit: function () {
let status = false; let status = false;
for (let i in this.form) { for (let i in this.form) {
if (this.form[i] === '') { if (this.form[i] === '') {
...@@ -88,7 +87,7 @@ ...@@ -88,7 +87,7 @@
break; break;
} }
} }
this.c = status; this.isSubmit = status;
}, },
checkName: function () { checkName: function () {
if (this.form.real_name === '') { if (this.form.real_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