shish
5 سال پیش
|
|
@@ -23,7 +23,7 @@
|
|
|
class="tui-input"
|
|
|
placeholder="请填写手机号"
|
|
|
maxlength="50"
|
|
|
- type="text"
|
|
|
+ type="number"
|
|
|
name="phone"
|
|
|
/>
|
|
|
</tui-list-cell>
|
|
|
@@ -35,7 +35,7 @@
|
|
|
class="tui-input"
|
|
|
placeholder="请确认手机号"
|
|
|
maxlength="50"
|
|
|
- type="text"
|
|
|
+ type="number"
|
|
|
name="requirePhone"
|
|
|
/>
|
|
|
</tui-list-cell>
|