index.wxml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <wxs src="../tools.wxs" module="globalTools" />
  2. <jianli userResume='{{userResume}}' expList='{{expList}}' edit='{{true}}' bind:user='toUserInfo' bind:job='toUserJob' bind:edit='toUserWorks' bind:creat='toUserWorks' class='safe_area'/>
  3. <!-- <view class="container">
  4. <view class='card'>
  5. <image class="avatar" src="{{userResume.headImg}}" />
  6. <view class="flex">
  7. <text class="name">{{userResume.realName}}</text>
  8. <text class="wz">简历写得好,工作更好找,脱贫没烦恼!</text>
  9. </view>
  10. </view>
  11. <view class='basic'>
  12. <text class="persondetail">个人资料</text>
  13. <image class="edit" src="{{imgServerUrl}}/images/happyjob/edit1.png" bindtap='toUserInfo' />
  14. </view>
  15. <view class='basic-info'>
  16. <view class='infoma'>
  17. <text class="detailinfo">性别:</text>
  18. <text class="detail" wx:if='{{userResume.gender==1}}'>男</text>
  19. <text class="detail" wx:if='{{userResume.gender==2}}'>女</text>
  20. </view>
  21. <view class='infoma'>
  22. <text class="detailinfo">年龄:</text>
  23. <text class="detail">{{year}}岁</text>
  24. </view>
  25. <view class='infoma'>
  26. <text class="detailinfo">最高学历:</text>
  27. <text class="detail">{{eduName}}</text>
  28. </view>
  29. <view class='infoma'>
  30. <text class="detailinfo">联系方式:</text>
  31. <text class="detail">{{userResume.phone}}</text>
  32. </view>
  33. </view>
  34. <view class='basic'>
  35. <text class="persondetail">求职意向</text>
  36. <image class="edit" src="{{imgServerUrl}}/images/happyjob/edit1.png" bindtap='toUserJob' />
  37. </view>
  38. <view class='basic-info1' wx:if="{{userResume.expectationPosition}}">
  39. <view class='infoma'>
  40. <text class="detailinfo">期望岗位:</text>
  41. <view class="detail">
  42. <block wx:for="{{globalTools.splitStr1(userResume.expectationPosition,',')}}" wx:for-item="item" wx:key="*this">
  43. {{expectationPosition[item]}}
  44. </block>
  45. </view>
  46. </view>
  47. <view class='infoma'>
  48. <text class="detailinfo">期望地点:</text>
  49. <text class="detail">{{userResume.expectationAddress}}</text>
  50. </view>
  51. <view class='infoma'>
  52. <text class="detailinfo">期望薪资:</text>
  53. <text class="detail">{{userResume.expectationSalary}}</text>
  54. </view>
  55. </view>
  56. <view wx:if='{{!userResume.expectationPosition}}' class='add' bindtap='toUserJob'>
  57. <image src="{{imgServerUrl}}/images/happyjob/addinfo.png" />
  58. <text>添加求职意向,更易筛选岗位</text>
  59. </view>
  60. <view class='basic'>
  61. <text class="persondetail">工作经验</text>
  62. </view>
  63. <view class='basic-info2' wx:if="{{expList.length}}" wx:for="{{expList}}" wx:key="hpUserResumeId" bindtap="toUserWorks" data-type="edit" data-index="{{index}}">
  64. <view class='infoma'>
  65. <text class="detailinfo">企业名称:</text>
  66. <view class="dba">
  67. <text class="detail">{{item.workCompany}}</text>
  68. <image class="edit1" src="{{imgServerUrl}}/images/happyjob/edit1.png" />
  69. </view>
  70. </view>
  71. <view class='infoma'>
  72. <text class="detailinfo">工作岗位:</text>
  73. <text class="detail">{{item.workPosition}}</text>
  74. </view>
  75. <view class='infoma'>
  76. <text class="detailinfo">工作时间:</text>
  77. <text class="detail">{{item.workStartDate}}~{{item.workEndDate}}</text>
  78. </view>
  79. </view>
  80. <view class='add' bindtap='toUserWorks' data-type="new">
  81. <image src="{{imgServerUrl}}/images/happyjob/addinfo.png" />
  82. <text>添加工作经验,更易筛选岗位</text>
  83. </view> -->
  84. <!-- <view class='wx'>
  85. <view class='infoma'>
  86. <text class="detailinfo">微信账号:</text>
  87. <view class="dba">
  88. <input class="detail" value='{{userResume.wechatNumber}}' bindblur='changewxname'></input>
  89. <image class="edit1" src="{{imgServerUrl}}/images/happyjob/edit1.png" />
  90. </view>
  91. </view>
  92. </view> -->
  93. <!-- </view> -->