@@ -108,7 +108,7 @@
vipName: 'error',
password: 'error',
confirm: 'error',
- email: 'success'
+ email: null
},
step1: {
mobile: '',
@@ -8,6 +8,7 @@
<div class="page-part">
<mt-field :state="state.vipName"
placeholder="会员名"
+ :attr="{ maxlength: 20 }"
v-model="vipName"></mt-field>
</div>