index.wxml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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}}/images/happyjob/identification-shcg.png"></image>
  25. <view class="identification-submit">您的实名认证已通过</view>
  26. <view class="identification-message">
  27. <view>如果实名信息有误,</view>
  28. <view>请联系开心客服帮您处理!</view>
  29. </view>
  30. <view class="identification-btn">
  31. <navigator open-type='switchTab' wx:if="{{from === 'clock'}}" url="/pages/clock/clock">开启开心打卡之旅</navigator>
  32. <navigator open-type='switchTab' url="/pages/mine/index" wx:else>返回个人中心</navigator>
  33. </view>
  34. </view>