修改手动绑定结构,,调整用户最新信息

This commit is contained in:
2024-03-29 10:02:14 +08:00
parent c9abd2cfa0
commit 567133455c
11 changed files with 64 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
value="{{ phone }}"
label="联系人手机号"
placeholder="请输入联系人手机号"
border="{{ false }}"
border="{{ true }}"
bind:change="onChangePhone"
/>
<van-field
@@ -16,10 +16,18 @@
value="{{ name }}"
label="你的昵称"
placeholder="请输入你的昵称"
border="{{ false }}"
border="{{ true }}"
bind:change="onChangeName"
/>
<view class="submit">
<van-button type="info" block bind:click="handleSubmit"> 提交 </van-button>
</view>
<view class="way">
<view>
不知道预留的手机号?可联系后台管理员查询!
</view>
<view class="phone" bind:tap="callPhone" data-phone="13266911877">
<van-icon name="phone-o" class="phoneIcon" /> 13266911877
</view>
</view>
</view>