12345678910 |
- <!--pages/userchange/index.wxml-->
- <view class="pages">
- <van-image round fit="cover" src="https://img.js.design/assets/smartFill/img308164da746310.jpeg" class="pages-userchange-profile"></van-image>
- <van-cell-group>
- <van-field label="昵称" readonly="{{true}}" class="pages-userchange-username" custom-style="background: rgba(56, 56, 56, 0.17);border-radius: 15px;width:320px;margin-bottom:33px;" title-width="40px" value="deter" placeholder="请输入昵称" adjust-position ></van-field>
- <van-field label="电话" type="number" class="pages-userchange-username" custom-style="background: rgba(56, 56, 56, 0.17);border-radius: 15px;width:320px;margin-bottom:33px;" title-width="40px" value="{{photonumber}}" placeholder="请输入电话号码" adjust-position ></van-field>
- <van-field label="密码" class="pages-userchange-username" custom-style="background: rgba(56, 56, 56, 0.17);border-radius: 15px;width:320px;margin-bottom:33px;" title-width="40px" value="{{username}}" placeholder="请输入密码" adjust-position password="{{true}}" ></van-field>
- </van-cell-group>
- <van-button disabled round color="rgba(16, 128, 227, 1)" custom-style="width:150px;height:45px;transform: translate(75%, 0%);">提交修改</van-button>
- </view>
|