index.wxml 1.0 KB

12345678910111213141516171819202122232425262728
  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"></image>
  5. </view>
  6. <view class='shz' wx:if="{{type=='auth'&& status==2}}">
  7. <text class='sfshz'>身份审核中</text>
  8. <text class='sqtjdht'>您的申请已经提交到后台</text>
  9. <text class='wait'>请耐心等待</text>
  10. </view>
  11. <view class='shz' wx:if="{{type=='auth'&& status==0}}">
  12. <text class='sfshz'>审核未通过</text>
  13. <view class='shwtg'>
  14. <text bindtap='toAuth'>重拍靓照</text>
  15. </view>
  16. </view>
  17. <view class='shz' wx:if="{{type=='submit'&& status==2}}">
  18. <text class='sfshz'>审核已提交</text>
  19. <text class='sqtjdht'>您的身份认证审核已提交</text>
  20. <text class='wait'>请耐心等待我们的审核...</text>
  21. </view>