index.wxml 829 B

123456789101112131415161718192021222324
  1. <!-- 头像 -->
  2. <navigator url="#" class="picture">
  3. <view class="label">头像</view>
  4. <view class="picture_right">
  5. <image class="user-img" src="https://img01.yzcdn.cn/vant/cat.jpeg"></image>
  6. <van-icon size='30rpx' name="arrow" />
  7. </view>
  8. </navigator>
  9. <view style="height: 20rpx;" />
  10. <My_form id='form1' fromList='{{fromList1}}' bindCompletedOrNot='form1CompletedOrNot' />
  11. <!-- 职务 -->
  12. <view class="duty-box">
  13. <view class="con">
  14. <view class="duty-name">职务</view>
  15. <view class="job">总监</view>
  16. </view>
  17. </view>
  18. <view style="height: 20rpx;" />
  19. <My_form id='form1' fromList='{{fromList1}}' bindCompletedOrNot='form1CompletedOrNot' />
  20. <view style="width: 100%;text-align: center;">
  21. <van-button custom-class='save-but' color="var(--warning)">保存</van-button>
  22. </view>