commission--yt-commit
This commit is contained in:
parent
8fc66be6a1
commit
7014dfda1d
|
@ -20,6 +20,7 @@
|
||||||
class="flex-col justify-start items-start text-wrapper_5 text-wrapper_1 input_1"
|
class="flex-col justify-start items-start text-wrapper_5 text-wrapper_1 input_1"
|
||||||
placeholder="请输入手机号"
|
placeholder="请输入手机号"
|
||||||
maxlength="11"
|
maxlength="11"
|
||||||
|
type="number"
|
||||||
bindinput="onInput" data-field="phone" value="{{phone}}"
|
bindinput="onInput" data-field="phone" value="{{phone}}"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
|
@ -47,6 +48,8 @@
|
||||||
<view class="flex-col justify-start section_2 mt-22">
|
<view class="flex-col justify-start section_2 mt-22">
|
||||||
<input class="flex-col justify-start items-start text-wrapper_5 view_3 input_4"
|
<input class="flex-col justify-start items-start text-wrapper_5 view_3 input_4"
|
||||||
placeholder="请输入密码"
|
placeholder="请输入密码"
|
||||||
|
password="true"
|
||||||
|
maxlength="11"
|
||||||
bindinput="onInput" data-field="password" value="{{password}}"
|
bindinput="onInput" data-field="password" value="{{password}}"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user