index.wxml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <view class='panel-container'>
  2. <!-- 登录态 -->
  3. <block wx:if="{{isLogin}}">
  4. <view class="panel" bindtap="toAuth">
  5. <view>
  6. <image class='avatar' src='{{avatar}}'></image>
  7. </view>
  8. <view class='person-info'>
  9. <view class='name'>
  10. <text class="nickName" wx:if="{{approveStatus==3}}">{{hpMember.realName?hpMember.realName:userResume.realName}}</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. <block wx:if="{{userResume.id}}">
  61. <text class='wenzi1'>{{userResume.realName}}的简历</text>
  62. </block>
  63. <block wx:else>
  64. <text class='wenzi1'>简历</text>
  65. </block>
  66. <text class='wenzi2' wx:if="{{percent==100}}">100%完成度!点击可以继续改唷</text>
  67. <text class='wenzi2' wx:if="{{percent!=100}}">只要简历多写点,高薪工作早出现</text>
  68. </view>
  69. </view>
  70. <view class='percent'>
  71. <view class='full' wx:if="{{percent==100}}">{{percent}}%</view>
  72. <view class='unfull' wx:if="{{percent!=100}}">{{percent}}%</view>
  73. <view class='nows' wx:if="{{percent!=100}}">
  74. <image src='{{imgServerUrl}}/images/happyjob/edit.png'></image>
  75. <text class='unwz'>继续完善</text>
  76. </view>
  77. </view>
  78. </block>
  79. <block wx:else>
  80. <view class='jltb'>
  81. <image src='{{imgServerUrl}}/images/happyjob/jianli.png'></image>
  82. <view class='wenzi'>
  83. <text class='wenzi1'>简历</text>
  84. <text class='wenzi2'>只要简历多写点,高薪工作早出现</text>
  85. </view>
  86. </view>
  87. <view class='percent'>
  88. <view class='unfull'>0%</view>
  89. <view class='nows'>
  90. <image src='{{imgServerUrl}}/images/happyjob/edit.png'></image>
  91. <text class='unwz'>继续完善</text>
  92. </view>
  93. </view>
  94. </block>
  95. </view>
  96. <view class='query' data-url="/pages/wallet/pages/index/index" bindtap="toDetail">
  97. <view class='querys'>
  98. <image class='moneytb' src='{{imgServerUrl}}/images/happyjob/yjfk.png'></image>
  99. <text class='queryxz'>我的钱包</text>
  100. </view>
  101. <view class="jiantou">
  102. <view class="jiantou-content">{{moneyBalance}}</view>
  103. <image class='' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  104. </view>
  105. </view>
  106. <view class='query' data-url="/pages/integral/pages/integral/integral" bindtap="toDetail">
  107. <view class='querys'>
  108. <image class='moneytb' src='{{imgServerUrl}}/images/happyjob/swhz.png'></image>
  109. <text class='queryxz'>我的积分</text>
  110. </view>
  111. <view class="jiantou">
  112. <view class="jiantou-content">{{pointsBalance}}</view>
  113. <image class='' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  114. </view>
  115. </view>
  116. <view class='query' data-title="薪资查询" data-url="/pages/expense/pages/wages/index" bindtap='toPayRoll'>
  117. <view class='querys'>
  118. <image class='moneytb' src='{{imgServerUrl}}/images/happyjob/xzcx.png'></image>
  119. <text class='queryxz'>薪资查询</text>
  120. </view>
  121. <view class="jiantou">
  122. <image class='' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  123. </view>
  124. </view>
  125. <view class='query' data-title="入职奖励" data-url="/pages/expense/pages/return-fee/index" bindtap='toPayRoll'>
  126. <view class='querys'>
  127. <image class='moneytb' src='{{imgServerUrl}}/images/happyjob/xzcx.png'></image>
  128. <text class='queryxz'>入职奖励</text>
  129. </view>
  130. <view class="jiantou">
  131. <image class='' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  132. </view>
  133. </view>
  134. <!-- <view class='query'>
  135. <view class='querys'>
  136. <image class='moneytb' src='{{imgServerUrl}}/images/happyjob/yjfk.png'></image>
  137. <text class='queryxz'>意见反馈</text>
  138. </view>
  139. <image class='jiantou' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  140. </view>
  141. <view class='query'>
  142. <view class='querys'>
  143. <image class='moneytb' src='{{imgServerUrl}}/images/happyjob/swhz.png'></image>
  144. <text class='queryxz'>商务合作</text>
  145. </view>
  146. <image class='jiantou' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  147. </view> -->
  148. <view class='query' bindtap='setup'>
  149. <view class='querys'>
  150. <image class='moneytb' src='{{imgServerUrl}}/images/happyjob/shezhi.png'></image>
  151. <text class='queryxz'>设置</text>
  152. </view>
  153. <view class="jiantou">
  154. <image class='' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  155. </view>
  156. </view>
  157. <view class="bottom"></view>
  158. <i-modal visible="{{ visible }}" actions="{{ actions }}" bind:click="handel">
  159. <view style="padding:30rpx;color:#333333;">薪资查询前需要通过实名认证,是否现在认证</view>
  160. </i-modal>