mine.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. <template>
  2. <view class="mine-page">
  3. <image src="../../static/images/mine-bg.png" class="mine-bg" mode=""></image>
  4. <u-navbar :fixed="false" bgColor='rgba(0,0,0,0)' placeholder :safeAreaInsetTop="true">
  5. <view class="u-nav-slot" slot="left">
  6. <view class="mine-navbar u-flex-col">
  7. <text>我的</text>
  8. <text style="margin-top:-6rpx;"></text>
  9. </view>
  10. </view>
  11. </u-navbar>
  12. <view class="mine-user u-flex u-row-between">
  13. <image :src="userinfo.group_info.avatar" class="user-head" mode=""></image>
  14. <view class="user-center u-flex-col">
  15. <view class="u-flex " style="margin-bottom: 20rpx;">
  16. <text style="margin-right: 18rpx;">{{userinfo.group_info.name || ''}}</text>
  17. <u-icon name="edit-pen-fill" color="#2979ff" size="22"></u-icon>
  18. </view>
  19. <view class="introduce">
  20. <text>{{resume_Detail.birthday_text}}岁</text>
  21. <text style="margin: 0 11rpx;">|</text>
  22. <text>{{resume_Detail.education_name}}</text>
  23. <text style="margin: 0 11rpx;">|</text>
  24. <text>{{resume_Detail.experience }}年</text>
  25. </view>
  26. </view>
  27. <!-- <image class="mine-user-img" src="../../static/images/mine-qiehuan.png" mode=""></image> -->
  28. <image class="mine-user-img" src="../../static/images/qiehuan.png" mode="">
  29. </image>
  30. </view>
  31. <view class="count-tabs u-flex u-row-between">
  32. <view class="tabs-item u-flex-col u-col-center" @click="toshoucang">
  33. <text>{{userinfo.group_info.collect_count || 0}}</text>
  34. <text>我的收藏</text>
  35. </view>
  36. <view class="tabs-item u-flex-col u-col-center" @click="totoudi">
  37. <text>{{userinfo.group_info.order_count || 0}}</text>
  38. <text>我的投递</text>
  39. </view>
  40. <view class="tabs-item u-flex-col u-col-center">
  41. <text>{{userinfo.group_info.interview_count || 0}}</text>
  42. <text>我的面试</text>
  43. </view>
  44. <view class="tabs-item u-flex-col u-col-center" @click="tolook">
  45. <text>{{userinfo.group_info.view_count || 0}}</text>
  46. <text>谁看过我</text>
  47. </view>
  48. </view>
  49. <view class="other-list">
  50. <view class="other-header">
  51. 常用功能
  52. </view>
  53. <view class="u-flex u-flex-wrap">
  54. <view class="other-item u-flex-col u-col-center">
  55. <image src="../../static/images/jianli2.png" style="width: 72rpx;height: 72rpx;" mode=""
  56. @click="tojianli"></image>
  57. <text>在线简历</text>
  58. </view>
  59. <view class="other-item u-flex-col u-col-center">
  60. <image src="../../static/images/jianli.png" style="width: 72rpx;height: 72rpx;" mode=""></image>
  61. <text>简历附件</text>
  62. </view>
  63. <view class="other-item u-flex-col u-col-center" @click="toapply">
  64. <image src="../../static/images/qiuzhi.png" style="width: 72rpx;height: 72rpx;" mode=""></image>
  65. <text>求职意向</text>
  66. </view>
  67. <view class="other-item u-flex-col u-col-center" @click="yinsi">
  68. <image src="../../static/images/yinsi.png" style="width: 72rpx;height: 72rpx;" mode=""></image>
  69. <text>求职隐私</text>
  70. </view>
  71. </view>
  72. </view>
  73. <view class="yongjin-box">
  74. <view class="yongjin-top u-flex u-row-between" @click="toyongjin">
  75. <text class="text">我的佣金</text>
  76. <u-icon name="arrow-right" size="24"></u-icon>
  77. </view>
  78. <view class="yongjin-down u-flex u-row-between">
  79. <view class="down-item u-flex-col u-col-center u-row-center">
  80. <text>{{userinfo.group_info.commission_sum || 0}}</text>
  81. <text>当前余额</text>
  82. </view>
  83. <view class="down-item u-flex-col u-col-center u-row-center" @click="tomingxi('order')">
  84. <text>{{userinfo.group_info.commission_order || 0}}</text>
  85. <text>订单佣金</text>
  86. </view>
  87. <view class="down-item u-flex-col u-col-center u-row-center" @click="tomingxi('invite')">
  88. <text>{{userinfo.group_info.commission_invite || 0}}</text>
  89. <text>邀请佣金</text>
  90. </view>
  91. <view class="down-item u-flex-col u-col-center u-row-center" @click="tobank">
  92. <text>{{userinfo.group_info.bank_count || 0}}</text>
  93. <text>银行卡</text>
  94. </view>
  95. </view>
  96. </view>
  97. <view class="other-list">
  98. <view class="other-header">
  99. 其他功能
  100. </view>
  101. <view class="u-flex u-flex-wrap">
  102. <view class="other-item u-flex-col u-col-center" style="position: relative;" @click="">
  103. <image src="../../static/images/mine-other3.png" mode=""></image>
  104. <image style="position: absolute;width: 72rpx;height: 28rpx;left: 120rpx;"
  105. src="../../static/images/yaoqing.png" mode=""></image>
  106. <text>邀请好友</text>
  107. </view>
  108. <view class="other-item u-flex-col u-col-center" @click="toshezhi">
  109. <image src="../../static/images/shezhi.png" mode=""></image>
  110. <text>账号设置</text>
  111. </view>
  112. <view class="other-item u-flex-col u-col-center" style="position: relative;" @click="torenzheng">
  113. <image src="../../static/images/renzheng.png" mode=""></image>
  114. <image style="position: absolute;width: 72rpx;height: 28rpx;left: 120rpx;"
  115. src="../../static/images/weirenzheng.png" mode=""></image>
  116. <text>学生认证</text>
  117. </view>
  118. <view class="other-item u-flex-col u-col-center" @click="touserinfo">
  119. <image src="../../static/images/mine-other4.png" mode=""></image>
  120. <text>我的主页</text>
  121. </view>
  122. </view>
  123. </view>
  124. </view>
  125. </template>
  126. <script>
  127. import {
  128. index,
  129. collect_get_list,
  130. resumeDetail
  131. } from "@/units/inquire.js"
  132. export default {
  133. data() {
  134. return {
  135. page: 1,
  136. id: "",
  137. resume_Detail:{},
  138. userinfo: {
  139. group_info: {},
  140. statistic_data: {}
  141. },
  142. }
  143. },
  144. onLoad() {
  145. this.collect_get_list()
  146. this.resumeDetail()
  147. },
  148. onShow() {
  149. this.getuser()
  150. },
  151. methods: {
  152. resumeDetail() {
  153. resumeDetail().then(res => {
  154. if(res.code==1){
  155. this.resume_Detail = res.data
  156. }
  157. })
  158. },
  159. tobank() {
  160. uni.navigateTo({
  161. url: "/pagesD/bank-card"
  162. })
  163. },
  164. tomingxi(type) {
  165. uni.navigateTo({
  166. url: "/pagesD/mingxi?source_type=" + type
  167. })
  168. },
  169. toyongjin() {
  170. uni.navigateTo({
  171. url: "/pagesD/yongjin"
  172. })
  173. },
  174. yinsi() {
  175. uni.navigateTo({
  176. url: "/pagesD/yinsi"
  177. })
  178. },
  179. //收藏列表
  180. collect_get_list() {
  181. collect_get_list({
  182. page: this.page
  183. }).then(res => {
  184. this.total = res.data.total
  185. })
  186. },
  187. getuser() {
  188. index().then(res => {
  189. this.userinfo = res.data
  190. this.id = res.data.id
  191. })
  192. },
  193. touserinfo() {
  194. uni.navigateTo({
  195. url: "/pagesD/userinfo"
  196. })
  197. },
  198. toapply() {
  199. uni.navigateTo({
  200. url: "/pagesD/apply1"
  201. })
  202. },
  203. toshoucang() {
  204. uni.navigateTo({
  205. url: "/pagesD/my-shoucang?id=" + this.id
  206. })
  207. },
  208. tojianli() {
  209. uni.navigateTo({
  210. url: "/pagesD/resume"
  211. })
  212. },
  213. tofapiao() {
  214. uni.navigateTo({
  215. url: "/pagesD/my-fapiao"
  216. })
  217. },
  218. tozixunlist() {
  219. uni.navigateTo({
  220. url: "/pagesD/my-zixun"
  221. })
  222. },
  223. toad() {
  224. uni.navigateTo({
  225. url: "/pagesD/ad-list"
  226. })
  227. },
  228. tozhaopin() {
  229. uni.navigateTo({
  230. url: "/pagesD/xiaoqi"
  231. })
  232. },
  233. tojieshou() {
  234. uni.navigateTo({
  235. url: "/pagesD/list-jieshou"
  236. })
  237. },
  238. tovip() {
  239. uni.navigateTo({
  240. url: "/pagesD/vip"
  241. })
  242. },
  243. todikou() {
  244. uni.navigateTo({
  245. url: "/pagesD/dikou"
  246. })
  247. },
  248. tojubao() {
  249. uni.navigateTo({
  250. url: "/pagesD/jubao-list"
  251. })
  252. },
  253. tozixun() {
  254. uni.navigateTo({
  255. url: "/pagesD/zixun-list"
  256. })
  257. },
  258. tolook() {
  259. uni.navigateTo({
  260. url: '/pagesD/look'
  261. })
  262. },
  263. toshezhi() {
  264. uni.navigateTo({
  265. url: "/pagesD/shezhi"
  266. })
  267. },
  268. totoudi() {
  269. uni.navigateTo({
  270. url: "/pagesD/my-order"
  271. })
  272. },
  273. torenzheng() {
  274. uni.navigateTo({
  275. url: "/pagesD/renzheng"
  276. })
  277. }
  278. }
  279. }
  280. </script>
  281. <style lang="scss">
  282. .mine-page {
  283. position: relative;
  284. .introduce {
  285. text {
  286. height: 36rpx;
  287. font-size: 26rpx;
  288. font-family: SFPro-Regular, SFPro;
  289. font-weight: 400;
  290. color: #555555;
  291. line-height: 30rpx;
  292. }
  293. }
  294. .yongjin-box {
  295. width: 702rpx;
  296. background: #FFFFFF;
  297. border-radius: 20rpx;
  298. margin: 20rpx auto;
  299. .yongjin-down {
  300. height: 142rpx;
  301. .down-item {
  302. flex: 1;
  303. text:first-child {
  304. font-size: 32rpx;
  305. font-family: JDZhengHT-Regular, JDZhengHT;
  306. font-weight: 400;
  307. color: #333333;
  308. margin-bottom: 16rpx;
  309. }
  310. text:last-child {
  311. font-size: 22rpx;
  312. font-family: PingFangSC-Regular, PingFang SC;
  313. font-weight: 400;
  314. color: #333333;
  315. }
  316. }
  317. }
  318. .yongjin-top {
  319. margin: 0 20rpx;
  320. height: 80rpx;
  321. border-bottom: 2rpx solid #F3F3F3;
  322. .text {
  323. font-size: 26rpx;
  324. font-family: PingFangSC-Medium, PingFang SC;
  325. font-weight: 500;
  326. color: #222222;
  327. }
  328. }
  329. }
  330. .other-list {
  331. margin: 20rpx auto;
  332. width: 702rpx;
  333. background: #FFFFFF;
  334. border-radius: 16rpx;
  335. padding-bottom: 1rpx;
  336. .other-item {
  337. width: 25%;
  338. margin-bottom: 32rpx;
  339. image {
  340. width: 52rpx;
  341. height: 52rpx;
  342. margin-bottom: 20rpx;
  343. }
  344. text {
  345. font-size: 22rpx;
  346. font-family: PingFangSC-Regular, PingFang SC;
  347. font-weight: 400;
  348. color: #333333;
  349. }
  350. }
  351. .other-header {
  352. padding: 24rpx 20rpx;
  353. font-size: 26rpx;
  354. font-family: PingFangSC-Medium, PingFang SC;
  355. font-weight: 500;
  356. color: #222222;
  357. margin-bottom: 16rpx;
  358. }
  359. }
  360. .mine-menu {
  361. margin: 20rpx auto;
  362. width: 702rpx;
  363. height: 156rpx;
  364. background: #FFFFFF;
  365. border-radius: 16rpx;
  366. .xian {
  367. height: 68rpx;
  368. border: 2rpx solid #F3F3F3;
  369. }
  370. .menu-item {
  371. padding: 0 40rpx;
  372. flex: 1;
  373. .text1 {
  374. font-size: 28rpx;
  375. font-family: PingFangSC-Medium, PingFang SC;
  376. font-weight: 500;
  377. color: #222222;
  378. margin-bottom: 12rpx;
  379. }
  380. .text2 {
  381. font-size: 20rpx;
  382. font-family: PingFangSC-Regular, PingFang SC;
  383. font-weight: 400;
  384. color: #777777;
  385. margin-right: 8rpx;
  386. }
  387. .menu-img {
  388. width: 100rpx;
  389. height: 100rpx;
  390. }
  391. }
  392. }
  393. .mine-tabs {
  394. margin: 20rpx auto;
  395. width: 702rpx;
  396. height: 160rpx;
  397. position: relative;
  398. z-index: 1;
  399. .tab-item {
  400. flex: 1;
  401. image {
  402. width: 52rpx;
  403. height: 52rpx;
  404. margin-bottom: 12rpx;
  405. }
  406. text {
  407. font-size: 22rpx;
  408. font-family: PingFangSC-Regular, PingFang SC;
  409. font-weight: 400;
  410. color: #222222;
  411. }
  412. }
  413. .tab-right {
  414. width: 150rpx;
  415. height: 160rpx;
  416. // box-shadow: -16rpx 0rpx 24rpx -14rpx rgba(0,0,0,0.1);
  417. image {
  418. width: 52rpx;
  419. height: 52rpx;
  420. margin-bottom: 12rpx;
  421. }
  422. text {
  423. font-size: 22rpx;
  424. font-family: PingFangSC-Regular, PingFang SC;
  425. font-weight: 400;
  426. color: #222222;
  427. }
  428. }
  429. .tabs-bg {
  430. width: 702rpx;
  431. height: 160rpx;
  432. position: absolute;
  433. z-index: -1;
  434. top: 0;
  435. left: 0;
  436. }
  437. }
  438. .mine-huiyuan {
  439. height: 124rpx;
  440. width: 702rpx;
  441. position: relative;
  442. z-index: 1;
  443. padding: 0 28rpx;
  444. margin: 8rpx auto;
  445. text {
  446. width: 148rpx;
  447. line-height: 56rpx;
  448. background: #FFF4DD;
  449. border-radius: 28rpx;
  450. text-align: center;
  451. font-size: 26rpx;
  452. font-family: PingFangSC-Medium, PingFang SC;
  453. font-weight: 500;
  454. color: #3F3F59;
  455. }
  456. .huiyuan-bg {
  457. position: absolute;
  458. top: 0;
  459. left: 0;
  460. height: 124rpx;
  461. width: 702rpx;
  462. z-index: -1;
  463. }
  464. }
  465. .count-tabs {
  466. padding: 20rpx 0;
  467. .tabs-item {
  468. flex: 1;
  469. text:first-child {
  470. font-size: 44rpx;
  471. font-family: JDZhengHT-Regular, JDZhengHT;
  472. font-weight: 400;
  473. color: #222222;
  474. margin-bottom: 18rpx;
  475. }
  476. text:last-child {
  477. font-size: 24rpx;
  478. font-family: PingFangSC-Regular, PingFang SC;
  479. font-weight: 400;
  480. color: #555555;
  481. }
  482. }
  483. }
  484. .mine-user {
  485. padding: 20rpx 32rpx;
  486. .mine-user-img {
  487. width: 52rpx;
  488. height: 52rpx;
  489. margin-left: 28rpx;
  490. }
  491. .user-head {
  492. width: 104rpx;
  493. height: 104rpx;
  494. border-radius: 100rpx;
  495. }
  496. .user-center {
  497. flex: 1;
  498. margin: 0 0 0 20rpx;
  499. }
  500. }
  501. .mine-navbar {
  502. flex: 1;
  503. padding: 0 32rpx;
  504. text:first-child {
  505. font-size: 36rpx;
  506. font-family: PingFangSC-Medium, PingFang SC;
  507. font-weight: 500;
  508. color: #222222;
  509. }
  510. text:last-child {
  511. width: 76rpx;
  512. height: 12rpx;
  513. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  514. margin-top: -20rpx;
  515. border-radius: 100rpx;
  516. }
  517. }
  518. .mine-bg {
  519. position: absolute;
  520. top: 0;
  521. left: 0;
  522. width: 750rpx;
  523. height: 430rpx;
  524. z-index: -1;
  525. }
  526. }
  527. page {
  528. background-color: #F3F3F3;
  529. }
  530. </style>