特易招,招聘小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

384 lines
8.5 KiB

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
5 months ago
6 months ago
6 months ago
5 months ago
6 months ago
5 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
4 months ago
4 months ago
4 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
4 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
4 months ago
4 months ago
4 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
  1. <template>
  2. <view class="page">
  3. <navbar bgColor="#3796F8"/>
  4. <view class="head">
  5. <view class="headImage">
  6. <image :src="headImage" mode=""></image>
  7. </view>
  8. <view class="info">
  9. <view class="name">
  10. 倾心.
  11. <view>
  12. <uv-icon name="edit-pen" size="40rpx" color="#fff"></uv-icon>
  13. 修改资料
  14. </view>
  15. </view>
  16. <view class="tips">
  17. 手机号1300000000
  18. </view>
  19. </view>
  20. <!-- <view class="headBtn" @click="headBtn">
  21. 角色切换
  22. </view> -->
  23. <!-- <view class="setting">
  24. <uv-icon name="setting" size="40rpx"></uv-icon>
  25. </view> -->
  26. </view>
  27. <!-- 酒店 -->
  28. <view class="user">
  29. <!-- 实名认证 -->
  30. <view class="auth">
  31. <uv-cell
  32. icon="setting-fill"
  33. title="完成实名认证,信息优先推荐!"
  34. value="去认证"
  35. isLink></uv-cell>
  36. </view>
  37. <!-- 轮播图 -->
  38. <view class="swipe">
  39. <uv-swiper
  40. :list="bannerList"
  41. indicator
  42. height="220rpx"
  43. keyName="url"></uv-swiper>
  44. </view>
  45. <view class="line">
  46. <view class="item">
  47. <view class="">
  48. 30000
  49. </view>
  50. <view class="">
  51. 我的积分
  52. </view>
  53. </view>
  54. <!-- <view class="item">
  55. <view class="">
  56. 30000
  57. </view>
  58. <view class="">
  59. 临时积分
  60. </view>
  61. </view> -->
  62. <view class="item"
  63. @click="$utils.navigateTo('/pages_order/mine/collect')">
  64. <view class="">
  65. 30000
  66. </view>
  67. <view class="">
  68. 我的收藏
  69. </view>
  70. </view>
  71. <view class="item"
  72. @click="$utils.navigateTo('/pages_order/mine/contactRecord')">
  73. <view class="">
  74. 30000
  75. </view>
  76. <view class="">
  77. 联系记录
  78. </view>
  79. </view>
  80. </view>
  81. <view class="line grid">
  82. <view class="title">
  83. 我的工作
  84. </view>
  85. <uv-grid :col="4" :border="false">
  86. <uv-grid-item
  87. v-if="!role"
  88. @click="$utils.navigateTo('/pages_order/work/addResume')">
  89. <image class="image" src="/static/image/center/a1.png" mode=""></image>
  90. <text class="grid-text">在线简历</text>
  91. </uv-grid-item>
  92. <uv-grid-item @click="$utils.navigateTo('/pages_order/mine/releaseWork')">
  93. <image class="image" src="/static/image/center/a1.png" mode=""></image>
  94. <text class="grid-text">{{ role ? '我的招工' : '我的找活'}}</text>
  95. </uv-grid-item>
  96. <uv-grid-item @click="$utils.navigateTo('/pages_order/mine/seeMy')">
  97. <image class="image" src="/static/image/center/a2.png" mode=""></image>
  98. <text class="grid-text">谁看过我</text>
  99. </uv-grid-item>
  100. </uv-grid>
  101. </view>
  102. <view class="line grid">
  103. <view class="title">
  104. 我的服务
  105. </view>
  106. <uv-grid :col="4" :border="false">
  107. <uv-grid-item @click="$utils.navigateTo('/pages_order/mine/MemberRecharge')">
  108. <image class="image" src="/static/image/center/1.png" mode=""></image>
  109. <text class="grid-text">会员充值</text>
  110. </uv-grid-item>
  111. <uv-grid-item @click="$utils.navigateTo('/pages_order/mine/GainPoints')">
  112. <image class="image" src="/static/image/center/4.png" mode=""></image>
  113. <text class="grid-text">获取积分</text>
  114. </uv-grid-item>
  115. <uv-grid-item @click="$utils.navigateTo('/pages_order/mine/IntegralRecord')">
  116. <image class="image" src="/static/image/center/5.png" mode=""></image>
  117. <text class="grid-text">积分记录</text>
  118. </uv-grid-item>
  119. <uv-grid-item @click="$utils.navigateTo('/pages_order/auth/certification')">
  120. <image class="image" src="/static/image/center/6.png" mode=""></image>
  121. <text class="grid-text">实名认证</text>
  122. </uv-grid-item>
  123. <uv-grid-item @click="$utils.navigateTo('/pages_order/mine/redeemCode')">
  124. <image class="image" src="/static/image/center/5.png" mode=""></image>
  125. <text class="grid-text">兑换码</text>
  126. </uv-grid-item>
  127. <uv-grid-item @click="$utils.redirectTo('/index/consult')">
  128. <image class="image" src="/static/image/center/6.png" mode=""></image>
  129. <text class="grid-text">考证咨询</text>
  130. </uv-grid-item>
  131. <uv-grid-item @click="$utils.navigateTo('/pages_order/mine/contract')">
  132. <image class="image" src="/static/image/center/5.png" mode=""></image>
  133. <text class="grid-text">电子合同</text>
  134. </uv-grid-item>
  135. <uv-grid-item @click="$utils.navigateTo('/pages_order/mine/promotion')">
  136. <image class="image" src="/static/image/center/5.png" mode=""></image>
  137. <text class="grid-text">面对面分享</text>
  138. </uv-grid-item>
  139. </uv-grid>
  140. </view>
  141. <view class="line grid">
  142. <view class="title">
  143. 设置与帮助
  144. </view>
  145. <uv-grid :col="4" :border="false">
  146. <uv-grid-item @click="$utils.navigateTo('/pages_order/mine/setting')">
  147. <image class="image" src="/static/image/center/setting.png" mode=""></image>
  148. <text class="grid-text">系统设置</text>
  149. </uv-grid-item>
  150. <uv-grid-item @click="$utils.navigateTo('/pages_order/mine/help')">
  151. <image class="image" src="/static/image/center/help.png" mode=""></image>
  152. <text class="grid-text">帮助与反馈</text>
  153. </uv-grid-item>
  154. <uv-grid-item @click="$utils.navigateTo('/pages_order/mine/about')">
  155. <image class="image" src="/static/image/center/message.png" mode=""></image>
  156. <text class="grid-text">关于本程序</text>
  157. </uv-grid-item>
  158. </uv-grid>
  159. </view>
  160. </view>
  161. <tabber select="3" />
  162. </view>
  163. </template>
  164. <script>
  165. import tabber from '@/components/base/tabbar.vue'
  166. import { mapState } from 'vuex'
  167. export default {
  168. components: {
  169. tabber,
  170. },
  171. computed: {
  172. ...mapState(['userInfo', 'role']),
  173. headImage(){
  174. return '/static/image/center/headImage.png'
  175. },
  176. username(){
  177. },
  178. },
  179. data() {
  180. return {
  181. show: false,
  182. bannerList: [
  183. {
  184. url: 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
  185. },
  186. {
  187. url: 'https://cdn.uviewui.com/uview/swiper/swiper2.png',
  188. },
  189. {
  190. url: 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
  191. },
  192. ],
  193. }
  194. },
  195. onShow() {
  196. this.$store.commit('getUserInfo')
  197. },
  198. methods: {
  199. headBtn() {
  200. let self = this
  201. uni.showModal({
  202. title: '演示切换角色之后的效果',
  203. success(res) {
  204. if (res.confirm) {
  205. self.$store.state.shop = !self.$store.state.shop
  206. }
  207. }
  208. })
  209. },
  210. // 联系客服按钮回调
  211. contactUs() {
  212. this.show = true
  213. },
  214. confirm() {
  215. this.show = false
  216. },
  217. cancle() {
  218. this.show = false
  219. },
  220. }
  221. }
  222. </script>
  223. <style scoped lang="scss">
  224. .page {
  225. }
  226. image {
  227. width: 100%;
  228. height: 100%;
  229. }
  230. .head {
  231. display: flex;
  232. background-color: $uni-color;
  233. padding: 40rpx 20rpx;
  234. align-items: center;
  235. position: relative;
  236. color: #fff;
  237. padding-bottom: 70rpx;
  238. .headImage {
  239. width: 120rpx;
  240. height: 120rpx;
  241. // background-image: url(/static/image/center/3.png);
  242. background-size: 100% 100%;
  243. overflow: hidden;
  244. border-radius: 50%;
  245. margin-right: 40rpx;
  246. }
  247. .info {
  248. font-size: 28rpx;
  249. .name {
  250. font-size: 32rpx;
  251. display: flex;
  252. padding-bottom: 10rpx;
  253. view{
  254. display: flex;
  255. font-size: 20rpx;
  256. align-items: center;
  257. padding-left: 20rpx;
  258. }
  259. }
  260. .tips {
  261. font-size: 26rpx;
  262. color: #fff;
  263. }
  264. }
  265. // .headBtn {
  266. // margin-left: auto;
  267. // padding: 15rpx 20rpx;
  268. // background-color: $uni-color;
  269. // color: #fff;
  270. // border-radius: 20rpx;
  271. // margin-top: 50rpx;
  272. // }
  273. // .setting {
  274. // position: absolute;
  275. // right: 50rpx;
  276. // top: 50rpx;
  277. // }
  278. }
  279. .user {
  280. position: relative;
  281. padding-top: 30rpx;
  282. .auth{
  283. width: 690rpx;
  284. position: absolute;
  285. top: -50rpx;
  286. left: 30rpx;
  287. z-index: 99;
  288. overflow: hidden;
  289. background-color: #fff;
  290. border-radius: 20rpx;
  291. /deep/ text{
  292. font-size: 26rpx;
  293. }
  294. }
  295. .swipe{
  296. margin: 30rpx;
  297. border-radius: 20rpx;
  298. overflow: hidden;
  299. }
  300. .line {
  301. display: flex;
  302. background-color: #fff;
  303. margin-top: 20rpx;
  304. padding: 20rpx 0;
  305. margin: 30rpx;
  306. border-radius: 20rpx;
  307. overflow: hidden;
  308. .item {
  309. flex: 1;
  310. display: flex;
  311. flex-direction: column;
  312. justify-content: center;
  313. align-items: center;
  314. font-size: 24rpx;
  315. padding: 10rpx 0;
  316. view{
  317. padding: 5rpx 0;
  318. }
  319. }
  320. }
  321. .grid {
  322. flex-direction: column;
  323. font-size: 26rpx;
  324. padding: 20rpx;
  325. .title {
  326. margin-bottom: 30rpx;
  327. font-size: 28rpx;
  328. }
  329. .image {
  330. width: 45rpx;
  331. height: 45rpx;
  332. margin-bottom: 10rpx;
  333. }
  334. text {
  335. text-align: center;
  336. margin-bottom: 20rpx;
  337. }
  338. }
  339. }
  340. </style>