|
@@ -3,7 +3,7 @@
|
|
|
<view class="dk" style="margin-top: 30px">
|
|
|
<view class="bg">
|
|
|
<text class="icon"></text>
|
|
|
- <input type="number" v-model="form.phone" placeholder="请输入手机号" />
|
|
|
+ <input type="number" maxlength="11" v-model="form.phone" placeholder="请输入手机号" />
|
|
|
</view>
|
|
|
<view class="bg">
|
|
|
<text class="icon"></text>
|