C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
627 B

  1. <view>
  2. <navbar home back color="{{typeLsit.sy_top_f.styleClass}}" background="{{typeLsit.sy_top.styleClass}}" text="用户名和昵称"></navbar>
  3. <view class="container">
  4. <button class="avatar-wrapper" open-type="chooseAvatar" bind:chooseavatar="onChooseAvatar">
  5. <image class="avatar" src="{{avatarUrl}}"></image>
  6. </button>
  7. <view class="des">点击更换头像</view>
  8. <form bindsubmit="formSubmit">
  9. <input type="nickname" name='nickname' class="input" placeholder="请输入昵称" />
  10. <button class="submit" type="primary" form-type='submit'>确定</button>
  11. </form>
  12. </view>
  13. </view>