Commit d2c22bf2 by 冷斌

fix bug

parent 401093f1
......@@ -22,8 +22,8 @@
</div>
<div class="list">
<div class="list_hd">手机号</div>
<input v-model="form.mobile" @change="checkMobile" class="list_bd" type="number" placeholder="请输入手机号"
maxlength="8"/>
<input v-model="form.mobile" @change="checkMobile" class="list_bd" type="text" placeholder="请输入手机号"
maxlength="11"/>
</div>
</div>
......@@ -174,7 +174,6 @@
_this.form.handset_view = str.data.url;
}
_this.checkSubmit();
$('#'+id).val('');
layer.close(loadingIndex);
},
error: function (data) {
......
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