mine.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  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="24"></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>{{userinfo.group_info.commission_sum || 0}}</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>{{userinfo.group_info.commission_order || 0}}</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>{{userinfo.group_info.commission_invite || 0}}</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. } from "@/units/inquire.js"
  132. export default {
  133. data() {
  134. return {
  135. page: 1,
  136. id: "",
  137. is_auth1: 0,
  138. resume_Detail: {},
  139. userinfo: {
  140. group_info: {},
  141. statistic_data: {}
  142. },
  143. }
  144. },
  145. onLoad() {
  146. this.collect_get_list()
  147. this.resumeDetail()
  148. this.is_auth()
  149. },
  150. onShow() {
  151. this.getuser()
  152. },
  153. methods: {
  154. touserinfo1() {
  155. uni.navigateTo({
  156. url: "/pagesD/personal-infor"
  157. })
  158. },
  159. resumeDetail() {
  160. resumeDetail().then(res => {
  161. if (res.code == 1) {
  162. this.resume_Detail = res.data
  163. }
  164. })
  165. },
  166. tobank() {
  167. uni.navigateTo({
  168. url: "/pagesD/bank-card"
  169. })
  170. },
  171. is_auth() {
  172. is_auth().then(res => {
  173. this.is_auth1 = res.data.is_auth
  174. console.log("ppppppppppppp", res);
  175. })
  176. },
  177. tomingxi(type) {
  178. uni.navigateTo({
  179. url: "/pagesD/mingxi?source_type=" + type
  180. })
  181. },
  182. tofujian() {
  183. uni.navigateTo({
  184. url: "/pagesD/fujian"
  185. })
  186. },
  187. toyongjin() {
  188. uni.navigateTo({
  189. url: "/pagesD/yongjin"
  190. })
  191. },
  192. yinsi() {
  193. uni.navigateTo({
  194. url: "/pagesD/yinsi"
  195. })
  196. },
  197. //收藏列表
  198. collect_get_list() {
  199. collect_get_list({
  200. page: this.page
  201. }).then(res => {
  202. this.total = res.data.total
  203. })
  204. },
  205. getuser() {
  206. index().then(res => {
  207. this.userinfo = res.data
  208. this.id = res.data.id
  209. })
  210. },
  211. touserinfo() {
  212. uni.navigateTo({
  213. url:'/pagesC/my-luntan?id='+this.id
  214. })
  215. },
  216. toapply() {
  217. uni.navigateTo({
  218. url: "/pagesD/apply1"
  219. })
  220. },
  221. toshoucang() {
  222. uni.navigateTo({
  223. url: "/pagesD/my-shoucang?id=" + this.id
  224. })
  225. },
  226. tojianli() {
  227. uni.navigateTo({
  228. url: "/pagesD/resume"
  229. })
  230. },
  231. tofapiao() {
  232. uni.navigateTo({
  233. url: "/pagesD/my-fapiao"
  234. })
  235. },
  236. tozixunlist() {
  237. uni.navigateTo({
  238. url: "/pagesD/my-zixun"
  239. })
  240. },
  241. toad() {
  242. uni.navigateTo({
  243. url: "/pagesD/ad-list"
  244. })
  245. },
  246. tozhaopin() {
  247. uni.navigateTo({
  248. url: "/pagesD/xiaoqi"
  249. })
  250. },
  251. tojieshou() {
  252. uni.navigateTo({
  253. url: "/pagesD/list-jieshou"
  254. })
  255. },
  256. tovip() {
  257. uni.navigateTo({
  258. url: "/pagesD/vip"
  259. })
  260. },
  261. todikou() {
  262. uni.navigateTo({
  263. url: "/pagesD/dikou"
  264. })
  265. },
  266. tojubao() {
  267. uni.navigateTo({
  268. url: "/pagesD/jubao-list"
  269. })
  270. },
  271. tozixun() {
  272. uni.navigateTo({
  273. url: "/pagesD/zixun-list"
  274. })
  275. },
  276. tolook() {
  277. uni.navigateTo({
  278. url: '/pagesD/look'
  279. })
  280. },
  281. toshezhi() {
  282. uni.navigateTo({
  283. url: "/pagesD/shezhi"
  284. })
  285. },
  286. totoudi(current) {
  287. uni.navigateTo({
  288. url: "/pagesD/my-order?current=" + current
  289. })
  290. },
  291. torenzheng() {
  292. uni.navigateTo({
  293. url: "/pagesD/renzheng"
  294. })
  295. }
  296. }
  297. }
  298. </script>
  299. <style lang="scss">
  300. .mine-page {
  301. position: relative;
  302. .introduce {
  303. text {
  304. height: 36rpx;
  305. font-size: 26rpx;
  306. font-family: SFPro-Regular, SFPro;
  307. font-weight: 400;
  308. color: #555555;
  309. line-height: 30rpx;
  310. }
  311. }
  312. .yongjin-box {
  313. width: 702rpx;
  314. background: #FFFFFF;
  315. border-radius: 20rpx;
  316. margin: 20rpx auto;
  317. .yongjin-down {
  318. height: 142rpx;
  319. .down-item {
  320. flex: 1;
  321. text:first-child {
  322. font-size: 32rpx;
  323. font-family: JDZhengHT-Regular, JDZhengHT;
  324. font-weight: 400;
  325. color: #333333;
  326. margin-bottom: 16rpx;
  327. }
  328. text:last-child {
  329. font-size: 22rpx;
  330. font-family: PingFangSC-Regular, PingFang SC;
  331. font-weight: 400;
  332. color: #333333;
  333. }
  334. }
  335. }
  336. .yongjin-top {
  337. margin: 0 20rpx;
  338. height: 80rpx;
  339. border-bottom: 2rpx solid #F3F3F3;
  340. .text {
  341. font-size: 26rpx;
  342. font-family: PingFangSC-Medium, PingFang SC;
  343. font-weight: 500;
  344. color: #222222;
  345. }
  346. }
  347. }
  348. .other-list {
  349. margin: 20rpx auto;
  350. width: 702rpx;
  351. background: #FFFFFF;
  352. border-radius: 16rpx;
  353. padding-bottom: 1rpx;
  354. .other-item {
  355. width: 25%;
  356. margin-bottom: 32rpx;
  357. image {
  358. width: 52rpx;
  359. height: 52rpx;
  360. margin-bottom: 20rpx;
  361. }
  362. text {
  363. font-size: 22rpx;
  364. font-family: PingFangSC-Regular, PingFang SC;
  365. font-weight: 400;
  366. color: #333333;
  367. }
  368. }
  369. .other-header {
  370. padding: 24rpx 20rpx;
  371. font-size: 26rpx;
  372. font-family: PingFangSC-Medium, PingFang SC;
  373. font-weight: 500;
  374. color: #222222;
  375. margin-bottom: 16rpx;
  376. }
  377. }
  378. .mine-menu {
  379. margin: 20rpx auto;
  380. width: 702rpx;
  381. height: 156rpx;
  382. background: #FFFFFF;
  383. border-radius: 16rpx;
  384. .xian {
  385. height: 68rpx;
  386. border: 2rpx solid #F3F3F3;
  387. }
  388. .menu-item {
  389. padding: 0 40rpx;
  390. flex: 1;
  391. .text1 {
  392. font-size: 28rpx;
  393. font-family: PingFangSC-Medium, PingFang SC;
  394. font-weight: 500;
  395. color: #222222;
  396. margin-bottom: 12rpx;
  397. }
  398. .text2 {
  399. font-size: 20rpx;
  400. font-family: PingFangSC-Regular, PingFang SC;
  401. font-weight: 400;
  402. color: #777777;
  403. margin-right: 8rpx;
  404. }
  405. .menu-img {
  406. width: 100rpx;
  407. height: 100rpx;
  408. }
  409. }
  410. }
  411. .mine-tabs {
  412. margin: 20rpx auto;
  413. width: 702rpx;
  414. height: 160rpx;
  415. position: relative;
  416. z-index: 1;
  417. .tab-item {
  418. flex: 1;
  419. image {
  420. width: 52rpx;
  421. height: 52rpx;
  422. margin-bottom: 12rpx;
  423. }
  424. text {
  425. font-size: 22rpx;
  426. font-family: PingFangSC-Regular, PingFang SC;
  427. font-weight: 400;
  428. color: #222222;
  429. }
  430. }
  431. .tab-right {
  432. width: 150rpx;
  433. height: 160rpx;
  434. // box-shadow: -16rpx 0rpx 24rpx -14rpx rgba(0,0,0,0.1);
  435. image {
  436. width: 52rpx;
  437. height: 52rpx;
  438. margin-bottom: 12rpx;
  439. }
  440. text {
  441. font-size: 22rpx;
  442. font-family: PingFangSC-Regular, PingFang SC;
  443. font-weight: 400;
  444. color: #222222;
  445. }
  446. }
  447. .tabs-bg {
  448. width: 702rpx;
  449. height: 160rpx;
  450. position: absolute;
  451. z-index: -1;
  452. top: 0;
  453. left: 0;
  454. }
  455. }
  456. .mine-huiyuan {
  457. height: 124rpx;
  458. width: 702rpx;
  459. position: relative;
  460. z-index: 1;
  461. padding: 0 28rpx;
  462. margin: 8rpx auto;
  463. text {
  464. width: 148rpx;
  465. line-height: 56rpx;
  466. background: #FFF4DD;
  467. border-radius: 28rpx;
  468. text-align: center;
  469. font-size: 26rpx;
  470. font-family: PingFangSC-Medium, PingFang SC;
  471. font-weight: 500;
  472. color: #3F3F59;
  473. }
  474. .huiyuan-bg {
  475. position: absolute;
  476. top: 0;
  477. left: 0;
  478. height: 124rpx;
  479. width: 702rpx;
  480. z-index: -1;
  481. }
  482. }
  483. .count-tabs {
  484. padding: 20rpx 0;
  485. .tabs-item {
  486. flex: 1;
  487. text:first-child {
  488. font-size: 44rpx;
  489. font-family: JDZhengHT-Regular, JDZhengHT;
  490. font-weight: 400;
  491. color: #222222;
  492. margin-bottom: 18rpx;
  493. }
  494. text:last-child {
  495. font-size: 24rpx;
  496. font-family: PingFangSC-Regular, PingFang SC;
  497. font-weight: 400;
  498. color: #555555;
  499. }
  500. }
  501. }
  502. .mine-user {
  503. padding: 20rpx 32rpx;
  504. .mine-user-img {
  505. width: 52rpx;
  506. height: 52rpx;
  507. margin-left: 28rpx;
  508. }
  509. .user-head {
  510. width: 104rpx;
  511. height: 104rpx;
  512. border-radius: 100rpx;
  513. }
  514. .user-center {
  515. flex: 1;
  516. margin: 0 0 0 20rpx;
  517. }
  518. }
  519. .mine-navbar {
  520. flex: 1;
  521. padding: 0 32rpx;
  522. text:first-child {
  523. font-size: 36rpx;
  524. font-family: PingFangSC-Medium, PingFang SC;
  525. font-weight: 500;
  526. color: #222222;
  527. }
  528. text:last-child {
  529. width: 76rpx;
  530. height: 12rpx;
  531. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  532. margin-top: -20rpx;
  533. border-radius: 100rpx;
  534. }
  535. }
  536. .mine-bg {
  537. position: absolute;
  538. top: 0;
  539. left: 0;
  540. width: 750rpx;
  541. height: 430rpx;
  542. z-index: -1;
  543. }
  544. }
  545. page {
  546. background-color: #F3F3F3;
  547. }
  548. </style>