mine.vue 14 KB

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