| 123456789101112131415161718192021222324 |
- <!-- 头像 -->
- <navigator url="#" class="picture">
- <view class="label">头像</view>
- <view class="picture_right">
- <image class="user-img" src="https://img01.yzcdn.cn/vant/cat.jpeg"></image>
- <van-icon size='30rpx' name="arrow" />
- </view>
- </navigator>
- <view style="height: 20rpx;" />
- <My_form id='form1' fromList='{{fromList1}}' bindCompletedOrNot='form1CompletedOrNot' />
- <!-- 职务 -->
- <view class="duty-box">
- <view class="con">
- <view class="duty-name">职务</view>
- <view class="job">总监</view>
- </view>
- </view>
- <view style="height: 20rpx;" />
- <My_form id='form1' fromList='{{fromList1}}' bindCompletedOrNot='form1CompletedOrNot' />
- <view style="width: 100%;text-align: center;">
- <van-button custom-class='save-but' color="var(--warning)">保存</van-button>
- </view>
|