index.wxml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <view class='db'>
  2. <!-- <image wx:if="{{type=='auth'&& status==2}}" src='{{imgServerUrl}}/images/happyjob/shcg.png' mode="widthFix"></image> -->
  3. <image wx:if="{{type=='auth'&& status==0}}" src='{{imgServerUrl}}/images/happyjob/wtg.png' mode="widthFix"></image>
  4. <image wx:if="{{type=='submit'&& status==2}}" src='{{imgServerUrl}}/images/happyjob/tosubmit.png' mode="widthFix">
  5. </image>
  6. </view>
  7. <!-- <view class='shz' wx:if="{{type=='auth'&& status==2}}">
  8. <text class='sfshz'>身份审核中</text>
  9. <text class='sqtjdht'>您的申请已经提交到后台</text>
  10. <text class='wait'>请耐心等待</text>
  11. </view> -->
  12. <view class='shz' wx:if="{{type=='auth'&& status==0}}">
  13. <text class='sfshz'>审核未通过</text>
  14. <view class='shwtg'>
  15. <text bindtap='toAuth'>重拍靓照</text>
  16. </view>
  17. </view>
  18. <view class='shz' wx:if="{{type=='submit'&& status==2}}">
  19. <text class='sfshz'>审核已提交</text>
  20. <text class='sqtjdht'>您的身份认证审核已提交</text>
  21. <text class='wait'>请耐心等待我们的审核...</text>
  22. </view>
  23. <view class="submit-content" wx:if="{{type=='auth'&& status==2}}">
  24. <image src="{{imgServerUrl}}/happyjob/identification-shcg.png"></image>
  25. <view class="identification-submit">实名认证提交成功</view>
  26. <view class="identification-message">我们会尽快审核,请您耐心等待</view>
  27. <view class="identification-btn">
  28. <navigator open-type='switchTab' wx:if="{{from === 'clock'}}" url="/pages/clock/clock">开启开心打卡之旅</navigator>
  29. <navigator open-type='switchTab' url="/pages/mine/index" wx:else>返回个人中心</navigator>
  30. </view>
  31. </view>