mine.vue 13 KB

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