mine.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  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>27岁</text>
  21. <text style="margin: 0 11rpx;">|</text>
  22. <text>本科</text>
  23. <text style="margin: 0 11rpx;">|</text>
  24. <text>5年</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.yiew_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="" @click="tojianli"></image>
  56. <text>在线简历</text>
  57. </view>
  58. <view class="other-item u-flex-col u-col-center" >
  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" >
  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">
  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">
  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">
  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;" src="../../static/images/yaoqing.png" mode=""></image>
  104. <text>邀请好友</text>
  105. </view>
  106. <view class="other-item u-flex-col u-col-center" @click="toshezhi">
  107. <image src="../../static/images/shezhi.png" mode=""></image>
  108. <text>账号设置</text>
  109. </view>
  110. <view class="other-item u-flex-col u-col-center" style="position: relative;" @click="torenzheng">
  111. <image src="../../static/images/renzheng.png" mode=""></image>
  112. <image style="position: absolute;width: 72rpx;height: 28rpx;left: 120rpx;" src="../../static/images/weirenzheng.png" mode=""></image>
  113. <text>学生认证</text>
  114. </view>
  115. <view class="other-item u-flex-col u-col-center" @click="touserinfo">
  116. <image src="../../static/images/mine-other4.png" mode=""></image>
  117. <text>我的主页</text>
  118. </view>
  119. </view>
  120. </view>
  121. </view>
  122. </template>
  123. <script>
  124. import {
  125. index,collect_get_list
  126. } from "@/units/inquire.js"
  127. export default {
  128. data() {
  129. return {
  130. page:1,
  131. id:"",
  132. userinfo: {
  133. group_info: {},
  134. statistic_data: {}
  135. },
  136. }
  137. },
  138. onLoad() {
  139. this.collect_get_list()
  140. },
  141. onShow() {
  142. this.getuser()
  143. },
  144. methods: {
  145. toyongjin(){
  146. uni.navigateTo({
  147. url:"/pagesD/yongjin"
  148. })
  149. },
  150. //收藏列表
  151. collect_get_list(){
  152. collect_get_list({
  153. page:this.page
  154. }).then(res=>{
  155. this.total = res.data.total
  156. })
  157. },
  158. getuser() {
  159. index().then(res => {
  160. this.userinfo = res.data
  161. this.id = res.data.id
  162. })
  163. },
  164. touserinfo() {
  165. uni.navigateTo({
  166. url: "/pagesD/userinfo"
  167. })
  168. },
  169. toapply(){
  170. uni.navigateTo({
  171. url:"/pagesD/apply1"
  172. })
  173. },
  174. toshoucang(){
  175. uni.navigateTo({
  176. url:"/pagesD/my-shoucang?id="+this.id
  177. })
  178. },
  179. tojianli(){
  180. uni.navigateTo({
  181. url:"/pagesD/resume"
  182. })
  183. },
  184. tofapiao() {
  185. uni.navigateTo({
  186. url: "/pagesD/my-fapiao"
  187. })
  188. },
  189. tozixunlist() {
  190. uni.navigateTo({
  191. url: "/pagesD/my-zixun"
  192. })
  193. },
  194. toad() {
  195. uni.navigateTo({
  196. url: "/pagesD/ad-list"
  197. })
  198. },
  199. tozhaopin() {
  200. uni.navigateTo({
  201. url: "/pagesD/xiaoqi"
  202. })
  203. },
  204. tojieshou() {
  205. uni.navigateTo({
  206. url: "/pagesD/list-jieshou"
  207. })
  208. },
  209. tovip() {
  210. uni.navigateTo({
  211. url: "/pagesD/vip"
  212. })
  213. },
  214. todikou() {
  215. uni.navigateTo({
  216. url: "/pagesD/dikou"
  217. })
  218. },
  219. tojubao() {
  220. uni.navigateTo({
  221. url: "/pagesD/jubao-list"
  222. })
  223. },
  224. tozixun() {
  225. uni.navigateTo({
  226. url: "/pagesD/zixun-list"
  227. })
  228. },
  229. tolook(){
  230. uni.navigateTo({
  231. url:'/pagesD/look'
  232. })
  233. },
  234. toshezhi(){
  235. uni.navigateTo({
  236. url:"/pagesD/shezhi"
  237. })
  238. },
  239. totoudi(){
  240. uni.navigateTo({
  241. url:"/pagesD/my-order"
  242. })
  243. },
  244. torenzheng(){
  245. uni.navigateTo({
  246. url:"/pagesD/renzheng"
  247. })
  248. }
  249. }
  250. }
  251. </script>
  252. <style lang="scss">
  253. .mine-page {
  254. position: relative;
  255. .introduce {
  256. text {
  257. height: 36rpx;
  258. font-size: 26rpx;
  259. font-family: SFPro-Regular, SFPro;
  260. font-weight: 400;
  261. color: #555555;
  262. line-height: 30rpx;
  263. }
  264. }
  265. .yongjin-box {
  266. width: 702rpx;
  267. background: #FFFFFF;
  268. border-radius: 20rpx;
  269. margin: 20rpx auto;
  270. .yongjin-down {
  271. height: 142rpx;
  272. .down-item {
  273. flex: 1;
  274. text:first-child {
  275. font-size: 32rpx;
  276. font-family: JDZhengHT-Regular, JDZhengHT;
  277. font-weight: 400;
  278. color: #333333;
  279. margin-bottom: 16rpx;
  280. }
  281. text:last-child {
  282. font-size: 22rpx;
  283. font-family: PingFangSC-Regular, PingFang SC;
  284. font-weight: 400;
  285. color: #333333;
  286. }
  287. }
  288. }
  289. .yongjin-top {
  290. margin: 0 20rpx;
  291. height: 80rpx;
  292. border-bottom: 2rpx solid #F3F3F3;
  293. .text {
  294. font-size: 26rpx;
  295. font-family: PingFangSC-Medium, PingFang SC;
  296. font-weight: 500;
  297. color: #222222;
  298. }
  299. }
  300. }
  301. .other-list {
  302. margin: 20rpx auto;
  303. width: 702rpx;
  304. background: #FFFFFF;
  305. border-radius: 16rpx;
  306. padding-bottom: 1rpx;
  307. .other-item {
  308. width: 25%;
  309. margin-bottom: 32rpx;
  310. image {
  311. width: 52rpx;
  312. height: 52rpx;
  313. margin-bottom: 20rpx;
  314. }
  315. text {
  316. font-size: 22rpx;
  317. font-family: PingFangSC-Regular, PingFang SC;
  318. font-weight: 400;
  319. color: #333333;
  320. }
  321. }
  322. .other-header {
  323. padding: 24rpx 20rpx;
  324. font-size: 26rpx;
  325. font-family: PingFangSC-Medium, PingFang SC;
  326. font-weight: 500;
  327. color: #222222;
  328. margin-bottom: 16rpx;
  329. }
  330. }
  331. .mine-menu {
  332. margin: 20rpx auto;
  333. width: 702rpx;
  334. height: 156rpx;
  335. background: #FFFFFF;
  336. border-radius: 16rpx;
  337. .xian {
  338. height: 68rpx;
  339. border: 2rpx solid #F3F3F3;
  340. }
  341. .menu-item {
  342. padding: 0 40rpx;
  343. flex: 1;
  344. .text1 {
  345. font-size: 28rpx;
  346. font-family: PingFangSC-Medium, PingFang SC;
  347. font-weight: 500;
  348. color: #222222;
  349. margin-bottom: 12rpx;
  350. }
  351. .text2 {
  352. font-size: 20rpx;
  353. font-family: PingFangSC-Regular, PingFang SC;
  354. font-weight: 400;
  355. color: #777777;
  356. margin-right: 8rpx;
  357. }
  358. .menu-img {
  359. width: 100rpx;
  360. height: 100rpx;
  361. }
  362. }
  363. }
  364. .mine-tabs {
  365. margin: 20rpx auto;
  366. width: 702rpx;
  367. height: 160rpx;
  368. position: relative;
  369. z-index: 1;
  370. .tab-item {
  371. flex: 1;
  372. image {
  373. width: 52rpx;
  374. height: 52rpx;
  375. margin-bottom: 12rpx;
  376. }
  377. text {
  378. font-size: 22rpx;
  379. font-family: PingFangSC-Regular, PingFang SC;
  380. font-weight: 400;
  381. color: #222222;
  382. }
  383. }
  384. .tab-right {
  385. width: 150rpx;
  386. height: 160rpx;
  387. // box-shadow: -16rpx 0rpx 24rpx -14rpx rgba(0,0,0,0.1);
  388. image {
  389. width: 52rpx;
  390. height: 52rpx;
  391. margin-bottom: 12rpx;
  392. }
  393. text {
  394. font-size: 22rpx;
  395. font-family: PingFangSC-Regular, PingFang SC;
  396. font-weight: 400;
  397. color: #222222;
  398. }
  399. }
  400. .tabs-bg {
  401. width: 702rpx;
  402. height: 160rpx;
  403. position: absolute;
  404. z-index: -1;
  405. top: 0;
  406. left: 0;
  407. }
  408. }
  409. .mine-huiyuan {
  410. height: 124rpx;
  411. width: 702rpx;
  412. position: relative;
  413. z-index: 1;
  414. padding: 0 28rpx;
  415. margin: 8rpx auto;
  416. text {
  417. width: 148rpx;
  418. line-height: 56rpx;
  419. background: #FFF4DD;
  420. border-radius: 28rpx;
  421. text-align: center;
  422. font-size: 26rpx;
  423. font-family: PingFangSC-Medium, PingFang SC;
  424. font-weight: 500;
  425. color: #3F3F59;
  426. }
  427. .huiyuan-bg {
  428. position: absolute;
  429. top: 0;
  430. left: 0;
  431. height: 124rpx;
  432. width: 702rpx;
  433. z-index: -1;
  434. }
  435. }
  436. .count-tabs {
  437. padding: 20rpx 0;
  438. .tabs-item {
  439. flex: 1;
  440. text:first-child {
  441. font-size: 44rpx;
  442. font-family: JDZhengHT-Regular, JDZhengHT;
  443. font-weight: 400;
  444. color: #222222;
  445. margin-bottom: 18rpx;
  446. }
  447. text:last-child {
  448. font-size: 24rpx;
  449. font-family: PingFangSC-Regular, PingFang SC;
  450. font-weight: 400;
  451. color: #555555;
  452. }
  453. }
  454. }
  455. .mine-user {
  456. padding: 20rpx 32rpx;
  457. .mine-user-img {
  458. width: 52rpx;
  459. height: 52rpx;
  460. margin-left: 28rpx;
  461. }
  462. .user-head {
  463. width: 104rpx;
  464. height: 104rpx;
  465. border-radius: 100rpx;
  466. }
  467. .user-center {
  468. flex: 1;
  469. margin: 0 0 0 20rpx;
  470. }
  471. }
  472. .mine-navbar {
  473. flex: 1;
  474. padding: 0 32rpx;
  475. text:first-child {
  476. font-size: 36rpx;
  477. font-family: PingFangSC-Medium, PingFang SC;
  478. font-weight: 500;
  479. color: #222222;
  480. }
  481. text:last-child {
  482. width: 76rpx;
  483. height: 12rpx;
  484. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  485. margin-top: -20rpx;
  486. border-radius: 100rpx;
  487. }
  488. }
  489. .mine-bg {
  490. position: absolute;
  491. top: 0;
  492. left: 0;
  493. width: 750rpx;
  494. height: 430rpx;
  495. z-index: -1;
  496. }
  497. }
  498. page {
  499. background-color: #F3F3F3;
  500. }
  501. </style>