index.wxml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <view class='panel-container'>
  2. <view class="panel" bindtap="toAuth">
  3. <view>
  4. <image class='avatar' src='{{userInfo.avatarUrl}}'></image>
  5. </view>
  6. <view class='person-info'>
  7. <view class='name'>
  8. <text class="nickName" wx:if="{{approveStatus==3}}">{{userInfo.nickName}}</text>
  9. <text class="nickName" wx:if="{{approveStatus!=3}}">您还未填写用户名</text>
  10. <text class="auth" wx:if="{{approveStatus==3}}">已认证</text>
  11. <text class="unauth" wx:if="{{approveStatus!=3}}">未认证</text>
  12. </view>
  13. <view class="enter">{{phone?phone:userResume.phone}}</view>
  14. </view>
  15. <view class='qycode'>
  16. <image src='{{imgServerUrl}}/images/happyjob/rightjt.png' bindtap="toform"></image>
  17. </view>
  18. </view>
  19. </view>
  20. <view class='notrz' wx:if="{{approveStatus!=3}}">
  21. <image src='{{imgServerUrl}}/images/happyjob/renzheng.png'></image>
  22. <text class='rz'>您还没有进行实名认证,</text>
  23. <text class='ly'>认证一下呗,可以优先录用哦~</text>
  24. </view>
  25. <view class='inter' >
  26. <view class='mysc' bindtap='collection'>
  27. <image src='{{imgServerUrl}}/images/happyjob/shoucang.png'></image>
  28. <text class='sc'>我的收藏</text>
  29. </view>
  30. <view class='mysq' bindtap='apply'>
  31. <image src='{{imgServerUrl}}/images/happyjob/wdsq.png'></image>
  32. <text class='sq'>我的申请</text>
  33. </view>
  34. <view class='mstb' bindtap='interview'>
  35. <image src='{{imgServerUrl}}/images/happyjob/msyq.png'></image>
  36. <text class='interview'>面试邀请</text>
  37. </view>
  38. </view>
  39. <view class='col'>
  40. </view>
  41. <view class='jianli' bindtap='tojianli'>
  42. <view class='jltb'>
  43. <image src='{{imgServerUrl}}/images/happyjob/jianli.png'></image>
  44. <view class='wenzi'>
  45. <text class='wenzi1' wx:if="{{approveStatus==3}}">{{userResume.realName}}的简历</text>
  46. <text class='wenzi1' wx:if="{{approveStatus!=3}}">简历</text>
  47. <text class='wenzi2' wx:if="{{approveStatus==3}}">100%完成度!点击可以继续改唷</text>
  48. <text class='wenzi2' wx:if="{{approveStatus!=3}}">只要简历多写点,高薪工作早出现</text>
  49. </view>
  50. </view>
  51. <view class='percent' >
  52. <text class='full' wx:if="{{approveStatus==3}}">100%</text>
  53. <text class='unfull' wx:if="{{approveStatus!=3}}">10%</text>
  54. <view class='nows' wx:if="{{approveStatus!=3}}">
  55. <image src='{{imgServerUrl}}/images/happyjob/edit.png'></image>
  56. <text class='unwz'>继续完善</text>
  57. </view>
  58. </view>
  59. </view>
  60. <navigator url="../check-iphone/index?approveState={{approveStatus}}">
  61. <view class='query'>
  62. <view class='querys'>
  63. <image class='moneytb' src='{{imgServerUrl}}/images/happyjob/xzcx.png'></image>
  64. <text class='queryxz'>薪资查询</text>
  65. </view>
  66. <image class='jiantou' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  67. </view>
  68. </navigator>
  69. <view class='query'>
  70. <view class='querys'>
  71. <image class='moneytb' src='{{imgServerUrl}}/images/happyjob/yjfk.png'></image>
  72. <text class='queryxz'>意见反馈</text>
  73. </view>
  74. <image class='jiantou' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  75. </view>
  76. <view class='query'>
  77. <view class='querys'>
  78. <image class='moneytb' src='{{imgServerUrl}}/images/happyjob/swhz.png'></image>
  79. <text class='queryxz'>商务合作</text>
  80. </view>
  81. <image class='jiantou' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  82. </view>
  83. <view class='query'>
  84. <view class='querys'>
  85. <image class='moneytb' src='{{imgServerUrl}}/images/happyjob/shezhi.png'></image>
  86. <text class='queryxz'>设置</text>
  87. </view>
  88. <image class='jiantou' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  89. </view>