| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <view class='db'>
- <!-- <image wx:if="{{type=='auth'&& status==2}}" src='{{imgServerUrl}}/images/happyjob/shcg.png' mode="widthFix"></image> -->
- <image wx:if="{{type=='auth'&& status==0}}" src='{{imgServerUrl}}/images/happyjob/wtg.png' mode="widthFix"></image>
- <image wx:if="{{type=='submit'&& status==2}}" src='{{imgServerUrl}}/images/happyjob/tosubmit.png' mode="widthFix">
- </image>
- </view>
- <!-- <view class='shz' wx:if="{{type=='auth'&& status==2}}">
- <text class='sfshz'>身份审核中</text>
- <text class='sqtjdht'>您的申请已经提交到后台</text>
- <text class='wait'>请耐心等待</text>
- </view> -->
- <view class='shz' wx:if="{{type=='auth'&& status==0}}">
- <text class='sfshz'>审核未通过</text>
- <view class='shwtg'>
- <text bindtap='toAuth'>重拍靓照</text>
- </view>
- </view>
- <view class='shz' wx:if="{{type=='submit'&& status==2}}">
- <text class='sfshz'>审核已提交</text>
- <text class='sqtjdht'>您的身份认证审核已提交</text>
- <text class='wait'>请耐心等待我们的审核...</text>
- </view>
- <view class="submit-content" wx:if="{{type=='auth'&& status==2}}">
- <image src="{{imgServerUrl}}/images/happyjob/identification-shcg.png"></image>
- <view class="identification-submit">您的实名认证已通过</view>
- <view class="identification-message">
- <view>如果实名信息有误,</view>
- <view>请联系开心客服帮您处理!</view>
- </view>
- <view class="identification-btn">
- <navigator open-type='switchTab' wx:if="{{from === 'clock'}}" url="/pages/clock/clock">开启开心打卡之旅</navigator>
- <navigator open-type='switchTab' url="/pages/mine/index" wx:else>返回个人中心</navigator>
- </view>
- </view>
|