Commit d2c22bf2 by 冷斌

fix bug

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