resumeCheck.wxml 1.9 KB

1
  1. <block wx:if="{{!loading}}"><view class="main_width" style="padding-bottom:100rpx;"><view class="form_item"><view style="margin-left:3%;"><view style="color:#4A4A4A;font-size:44rpx;align-items:center;display:flex;">{{''+(sub_data.true_name||'-')+''}}<navigator url="./perInfo"><block wx:if="{{allow_edit==1}}"><image style="width:35rpx;height:35rpx;margin-left:10rpx;" src="../../static/resume_edit.png"></image></block></navigator></view><view class="check_resume_top"><view>{{(sub_data.gender||'-')+" · "+(sub_data.age||'-')+"岁"}}</view><view>{{"籍贯:"+(sub_data.birthaddr||'-')}}</view><view>{{"身高:"+(sub_data.body_height||'-')+"cm"}}<text style="margin-left:30rpx;">{{"体重:"+(sub_data.body_weight||'-')+"kg"}}</text></view><block wx:if="{{sys_role==0}}"><view>{{"手机号码:"+sub_data.mobile}}</view></block></view></view><image style="width:130rpx;height:130rpx;margin-right:3%;border-radius:50%;" src="{{sub_data.profile_photo==''?'../../static/user.png':$root.g0?sub_data.profile_photo:serverUrl+sub_data.profile_photo}}"></image></view><block wx:for="{{resume_info_item_edit}}" wx:for-item="item" wx:for-index="index" wx:key="key"><view class="form_item" style="display:block;"><view class="rht">{{item.name}}</view><view style="width:94%;margin-left:3%;margin-top:20rpx;">{{''+(sub_data[item.key]||'')+''}}</view></view></block><view class="form_item" style="display:block;"><view class="rht" style="padding-bottom:20rpx;">相关证书</view><view style="width:94%;margin-left:3%;margin-top:20rpx;"><block wx:for="{{sub_data.certificates}}" wx:for-item="item" wx:for-index="index" wx:key="index"><image style="width:100%;margin-bottom:20rpx;border-radius:20rpx;" src="{{item}}" mode="widthFix" data-event-opts="{{[['tap',[['check_imgs',[index]]]]]}}" bindtap="__e"></image></block></view></view></view></block><block wx:else><view class="loading_text">加载中...</view></block>