修改首页样式和手动绑定字段名

This commit is contained in:
2024-06-25 11:16:38 +08:00
parent 9ca94479fa
commit e6edf6e3d1
5 changed files with 22 additions and 7 deletions

View File

@@ -25,8 +25,8 @@
<van-field
required
value="{{ phone }}"
label="联系人手机号"
placeholder="请输入联系人手机号"
label="预留手机号"
placeholder="请输入预留手机号"
border="{{ true }}"
bind:change="onChangePhone"
/>