commission--yt-commit

This commit is contained in:
yuanteng0011 2025-06-06 08:34:19 +08:00
parent 8fc66be6a1
commit 7014dfda1d

View File

@ -20,6 +20,7 @@
class="flex-col justify-start items-start text-wrapper_5 text-wrapper_1 input_1"
placeholder="请输入手机号"
maxlength="11"
type="number"
bindinput="onInput" data-field="phone" value="{{phone}}"
/>
</view>
@ -47,6 +48,8 @@
<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"
placeholder="请输入密码"
password="true"
maxlength="11"
bindinput="onInput" data-field="password" value="{{password}}"
/>
</view>