Commit fa367f02 by 刘海龙

1111

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