index.wxml 3.9 KB

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