index.wxml 4.6 KB

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