userchange.wxml 1.2 KB

12345678910
  1. <!--pages/userchange/index.wxml-->
  2. <view class="pages">
  3. <van-image round fit="cover" src="https://img.js.design/assets/smartFill/img308164da746310.jpeg" class="pages-userchange-profile"></van-image>
  4. <van-cell-group>
  5. <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>
  6. <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>
  7. <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>
  8. </van-cell-group>
  9. <van-button disabled round color="rgba(16, 128, 227, 1)" custom-style="width:150px;height:45px;transform: translate(75%, 0%);">提交修改</van-button>
  10. </view>