commission--yt-commit

This commit is contained in:
2025-06-06 13:16:14 +08:00
parent b00256ba06
commit 017cb7b0e9
13 changed files with 104 additions and 22 deletions

View File

@ -14,6 +14,7 @@
class="flex-col justify-start items-start text-wrapper view input"
placeholder="请输入手机号"
maxlength="11"
type="number"
model:value="{{phone}}"
bindinput="onPhoneInput"
/>
@ -26,6 +27,7 @@
class="flex-col justify-start items-start text-wrapper_2 view_2 input_1"
placeholder="请输入验证码"
maxlength="6"
type="number"
model:value="{{code}}"
bindinput="onCodeInput"
/>