123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707 |
- <template>
- <view class="mine-page">
- <image src="../../static/images/mine-bg.png" class="mine-bg" mode=""></image>
- <u-navbar :fixed="false" bgColor='rgba(0,0,0,0)' placeholder :safeAreaInsetTop="true">
- <view class="u-nav-slot" slot="left">
- <view class="mine-navbar u-flex-col">
- <text>我的</text>
- <text style="margin-top:-6rpx;"></text>
- </view>
- </view>
- </u-navbar>
- <view class="mine-user u-flex u-row-between" v-if="token">
- <image :src="userinfo.group_info.avatar" class="user-head" mode=""></image>
- <view class="user-center u-flex-col">
- <view class="u-flex " style="margin-bottom: 20rpx;">
- <text style="margin-right: 18rpx;">{{userinfo.group_info.name || ''}}</text>
- <u-icon @click="touserinfo1" name="edit-pen-fill" color="#2979ff" size="22"></u-icon>
- </view>
- <view class="introduce" v-if="is_profile">
- <text>{{resume_Detail.birthday_text||0}}岁</text>
- <text v-if="resume_Detail.education_name" style="margin: 0 11rpx;">|</text>
- <text>{{resume_Detail.education_name ||""}}</text>
- <text v-if="resume_Detail.experience" style="margin: 0 11rpx;">|</text>
- <text>{{resume_Detail.experience ||0 }}年</text>
- </view>
- <view class="introduce" v-else>
- <text>{{userinfo.group_info||0}}岁</text>
- <!-- <text style="margin: 0 11rpx;">|</text>
- <text>{{resume_Detail.education_name ||""}}</text>
- <text style="margin: 0 11rpx;">|</text>
- <text>{{resume_Detail.experience ||0 }}年</text> -->
- </view>
- </view>
- <!-- <image class="mine-user-img" src="../../static/images/mine-qiehuan.png" mode=""></image>
- <image class="mine-user-img" src="../../static/images/qiehuan.png" mode="">
- </image> -->
- </view>
- <view class="mine-user u-flex " v-else>
- <image src="@/static/images/moren.jpg" class="user-head" mode=""></image>
- <text style="margin-left: 20rpx;" @click="tologin">点我去登录</text>
- <!-- <image class="mine-user-img" src="../../static/images/mine-qiehuan.png" mode=""></image>
- <image class="mine-user-img" src="../../static/images/qiehuan.png" mode="">
- </image> -->
- </view>
- <view class="count-tabs u-flex u-row-between">
- <view class="tabs-item u-flex-col u-col-center" @click="toshoucang">
- <text>{{userinfo.group_info.collect_count || 0}}</text>
- <text>我的收藏</text>
- </view>
- <view class="tabs-item u-flex-col u-col-center" @click="totoudi(0)">
- <text>{{userinfo.group_info.order_count || 0}}</text>
- <text>我的投递</text>
- </view>
- <view class="tabs-item u-flex-col u-col-center" @click="totoudi(1)">
- <text>{{userinfo.group_info.interview_count || 0}}</text>
- <text>我的面试</text>
- </view>
- <view class="tabs-item u-flex-col u-col-center" @click="tolook">
- <text>{{userinfo.group_info.view_count || 0}}</text>
- <text>谁看过我</text>
- </view>
- </view>
- <view class="other-list">
- <view class="other-header">
- 常用功能
- </view>
- <view class="u-flex u-flex-wrap">
- <view class="other-item u-flex-col u-col-center" @click="tojianli">
- <image src="../../static/images/jianli2.png" style="width: 72rpx;height: 72rpx;" mode=""></image>
- <text>在线简历</text>
- </view>
- <view class="other-item u-flex-col u-col-center" @click="tofujian">
- <image src="../../static/images/jianli.png" style="width: 72rpx;height: 72rpx;" mode=""></image>
- <text>简历附件</text>
- </view>
- <view class="other-item u-flex-col u-col-center" @click="toapply">
- <image src="../../static/images/qiuzhi.png" style="width: 72rpx;height: 72rpx;" mode=""></image>
- <text>求职意向</text>
- </view>
- <view class="other-item u-flex-col u-col-center" @click="yinsi">
- <image src="../../static/images/yinsi.png" style="width: 72rpx;height: 72rpx;" mode=""></image>
- <text>求职隐私</text>
- </view>
- </view>
- </view>
- <view class="yongjin-box">
- <view class="yongjin-top u-flex u-row-between" @click="toyongjin">
- <text class="text">我的佣金</text>
- <u-icon name="arrow-right" size="12"></u-icon>
- </view>
- <view class="yongjin-down u-flex u-row-between">
- <view class="down-item u-flex-col u-col-center u-row-center">
- <text>{{Number(date.sum).toFixed(2) ||0.00}}</text>
- <text>当前余额</text>
- </view>
- <view class="down-item u-flex-col u-col-center u-row-center" @click="tomingxi('order')">
- <text>{{Number(date.order).toFixed(2) || 0.00 }}</text>
- <text>订单佣金</text>
- </view>
- <view class="down-item u-flex-col u-col-center u-row-center" @click="tomingxi('invite')">
- <text>{{Number(date.invite).toFixed(2) || 0.00 }}</text>
- <text>邀请佣金</text>
- </view>
- <view class="down-item u-flex-col u-col-center u-row-center" @click="tobank">
- <text>{{userinfo.group_info.bank_count || 0.00}}</text>
- <text>银行卡</text>
- </view>
- </view>
- </view>
- <view class="other-list">
- <view class="other-header">
- 其他功能
- </view>
- <view class="u-flex u-flex-wrap">
- <view class="other-item u-flex-col u-col-center" style="position: relative;" @click="tofapiao">
- <image src="../../static/images/mine-other3.png" mode=""></image>
- <image style="position: absolute;width: 72rpx;height: 28rpx;left: 120rpx;"
- src="../../static/images/yaoqing.png" mode=""></image>
- <text>邀请好友</text>
- </view>
- <view class="other-item u-flex-col u-col-center" @click="toshezhi">
- <image src="../../static/images/shezhi.png" mode=""></image>
- <text>账号设置</text>
- </view>
- <view class="other-item u-flex-col u-col-center" style="position: relative;" @click="torenzheng">
- <image src="../../static/images/renzheng.png" mode=""></image>
- <image v-if="is_auth1==0" style="position: absolute;width: 72rpx;height: 28rpx;left:120rpx;"
- src="../../static/images/weirenzheng.png" mode=""></image>
- <text>学生认证</text>
- </view>
- <view class="other-item u-flex-col u-col-center" @click="touserinfo">
- <image src="../../static/images/mine-other4.png" mode=""></image>
- <text>论坛主页</text>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- import {
- index,
- collect_get_list,
- resumeDetail,
- is_auth,
- commission_data,
- cget_total_number
- } from "@/units/inquire.js"
- export default {
- data() {
- return {
- page: 1,
- id: "",
- is_auth1: 0,
- resume_Detail: {},
- userinfo: {
- group_info: {},
- statistic_data: {}
- },
- date: {
- sum: 0,
- order: 0,
- invite: 0,
- },
- token: '',
- is_profile: false
- }
- },
- onLoad() {
- if (uni.getStorageSync('token')) {
- this.token = true
- this.collect_get_list()
- this.resumeDetail()
- this.is_auth()
- this.commission_data()
- this.getnum()
- this.getuser()
- } else {
- this.showmodel()
- }
- if (uni.getStorageSync('is_profile')) {
- this.is_profile = true
- }
- },
- onShow() {
- },
- methods: {
- showmodel() {
- uni.showModal({
- title: '提示',
- content: '请登录',
- success: function(res) {
- if (res.confirm) {
- uni.reLaunch({
- url: '/pages/login/login'
- });
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- },
- getnum() {
- cget_total_number().then((res) => {
- if (res.data.number > 0) {
- uni.showTabBarRedDot({
- index: 3,
- success(res) {
- console.log(res);
- }
- })
- }
- })
- },
- tologin() {
- uni.reLaunch({
- url: '/pages/login/login'
- })
- },
- commission_data() {
- commission_data().then(res => {
- this.date = res.data
- })
- },
- touserinfo1() {
- uni.navigateTo({
- url: "/pagesD/personal-infor?typea=" + 1
- })
- },
- resumeDetail() {
- resumeDetail().then(res => {
- if (res.code == 1) {
- this.resume_Detail = res.data
- }
- })
- },
- tobank() {
- if (uni.getStorageSync('token')) {
- uni.navigateTo({
- url: "/pagesD/bank-card"
- })
- } else {
- this.showmodel()
- }
- },
- is_auth() {
- is_auth().then(res => {
- this.is_auth1 = res.data.is_auth
- console.log("ppppppppppppp", res);
- })
- },
- tomingxi(type) {
- uni.navigateTo({
- url: "/pagesD/mingxi?source_type=" + type
- })
- },
- tofujian() {
- if (uni.getStorageSync('token')) {
- uni.navigateTo({
- url: "/pagesD/fujian"
- })
- } else {
- this.showmodel()
- }
- },
- toyongjin() {
- if (uni.getStorageSync('token')) {
- uni.navigateTo({
- url: "/pagesD/yongjin"
- })
- } else {
- this.showmodel()
- }
- },
- yinsi() {
- if (uni.getStorageSync('token')) {
- uni.navigateTo({
- url: "/pagesD/yinsi"
- })
- } else {
- this.showmodel()
- }
- },
- //收藏列表
- collect_get_list() {
- collect_get_list({
- page: this.page
- }).then(res => {
- this.total = res.data.total
- })
- },
- getuser() {
- index().then(res => {
- this.userinfo = res.data
- this.id = res.data.id
- })
- },
- touserinfo() {
- if (uni.getStorageSync('token')) {
- uni.navigateTo({
- url: '/pagesC/my-luntan?id=' + this.id
- })
- } else {
- this.showmodel()
- }
- },
- toapply() {
- if (uni.getStorageSync('token')) {
- uni.navigateTo({
- url: "/pagesD/apply1"
- })
- } else {
- this.showmodel()
- }
- },
- toshoucang() {
- uni.navigateTo({
- url: "/pagesD/my-shoucang?id=" + this.id
- })
- },
- tojianli() {
- if (uni.getStorageSync('token')) {
- uni.navigateTo({
- url: "/pagesD/resume"
- })
- } else {
- this.showmodel()
- }
- },
- tofapiao() {
- if (uni.getStorageSync('token')) {
- uni.navigateTo({
- url: "/pagesD/my-fapiao"
- })
- } else {
- this.showmodel()
- }
- },
- tozixunlist() {
- uni.navigateTo({
- url: "/pagesD/my-zixun"
- })
- },
- toad() {
- uni.navigateTo({
- url: "/pagesD/ad-list"
- })
- },
- tozhaopin() {
- uni.navigateTo({
- url: "/pagesD/xiaoqi"
- })
- },
- tojieshou() {
- uni.navigateTo({
- url: "/pagesD/list-jieshou"
- })
- },
- tovip() {
- uni.navigateTo({
- url: "/pagesD/vip"
- })
- },
- todikou() {
- uni.navigateTo({
- url: "/pagesD/dikou"
- })
- },
- tojubao() {
- uni.navigateTo({
- url: "/pagesD/jubao-list"
- })
- },
- tozixun() {
- uni.navigateTo({
- url: "/pagesD/zixun-list"
- })
- },
- tolook() {
- uni.navigateTo({
- url: '/pagesD/look'
- })
- },
- toshezhi() {
- if (uni.getStorageSync('token')) {
- uni.navigateTo({
- url: "/pagesD/shezhi"
- })
- } else {
- this.showmodel()
- }
- },
- totoudi(current) {
- uni.navigateTo({
- url: "/pagesD/my-order?current=" + current
- })
- },
- torenzheng() {
- if (uni.getStorageSync('token')) {
- uni.navigateTo({
- url: "/pagesD/renzheng"
- })
- } else {
- this.showmodel()
- }
- }
- }
- }
- </script>
- <style lang="scss">
- .mine-page {
- position: relative;
- .introduce {
- text {
- height: 36rpx;
- font-size: 26rpx;
- font-family: SFPro-Regular, SFPro;
- font-weight: 400;
- color: #555555;
- line-height: 30rpx;
- }
- }
- .yongjin-box {
- width: 702rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- margin: 20rpx auto;
- .yongjin-down {
- height: 142rpx;
- .down-item {
- flex: 1;
- text:first-child {
- font-size: 32rpx;
- font-family: JDZhengHT-Regular, JDZhengHT;
- font-weight: 400;
- color: #333333;
- margin-bottom: 16rpx;
- }
- text:last-child {
- font-size: 22rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- }
- }
- .yongjin-top {
- margin: 0 20rpx;
- height: 80rpx;
- border-bottom: 2rpx solid #F3F3F3;
- .text {
- font-size: 26rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- }
- }
- .other-list {
- margin: 20rpx auto;
- width: 702rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- padding-bottom: 1rpx;
- .other-item {
- width: 25%;
- margin-bottom: 32rpx;
- image {
- width: 52rpx;
- height: 52rpx;
- margin-bottom: 20rpx;
- }
- text {
- font-size: 22rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- }
- .other-header {
- padding: 24rpx 20rpx;
- font-size: 26rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- margin-bottom: 16rpx;
- }
- }
- .mine-menu {
- margin: 20rpx auto;
- width: 702rpx;
- height: 156rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- .xian {
- height: 68rpx;
- border: 2rpx solid #F3F3F3;
- }
- .menu-item {
- padding: 0 40rpx;
- flex: 1;
- .text1 {
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- margin-bottom: 12rpx;
- }
- .text2 {
- font-size: 20rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #777777;
- margin-right: 8rpx;
- }
- .menu-img {
- width: 100rpx;
- height: 100rpx;
- }
- }
- }
- .mine-tabs {
- margin: 20rpx auto;
- width: 702rpx;
- height: 160rpx;
- position: relative;
- z-index: 1;
- .tab-item {
- flex: 1;
- image {
- width: 52rpx;
- height: 52rpx;
- margin-bottom: 12rpx;
- }
- text {
- font-size: 22rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #222222;
- }
- }
- .tab-right {
- width: 150rpx;
- height: 160rpx;
- // box-shadow: -16rpx 0rpx 24rpx -14rpx rgba(0,0,0,0.1);
- image {
- width: 52rpx;
- height: 52rpx;
- margin-bottom: 12rpx;
- }
- text {
- font-size: 22rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #222222;
- }
- }
- .tabs-bg {
- width: 702rpx;
- height: 160rpx;
- position: absolute;
- z-index: -1;
- top: 0;
- left: 0;
- }
- }
- .mine-huiyuan {
- height: 124rpx;
- width: 702rpx;
- position: relative;
- z-index: 1;
- padding: 0 28rpx;
- margin: 8rpx auto;
- text {
- width: 148rpx;
- line-height: 56rpx;
- background: #FFF4DD;
- border-radius: 28rpx;
- text-align: center;
- font-size: 26rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #3F3F59;
- }
- .huiyuan-bg {
- position: absolute;
- top: 0;
- left: 0;
- height: 124rpx;
- width: 702rpx;
- z-index: -1;
- }
- }
- .count-tabs {
- padding: 20rpx 0;
- .tabs-item {
- flex: 1;
- text:first-child {
- font-size: 44rpx;
- font-family: JDZhengHT-Regular, JDZhengHT;
- font-weight: 400;
- color: #222222;
- margin-bottom: 18rpx;
- }
- text:last-child {
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #555555;
- }
- }
- }
- .mine-user {
- padding: 20rpx 32rpx;
- .mine-user-img {
- width: 52rpx;
- height: 52rpx;
- margin-left: 28rpx;
- }
- .user-head {
- width: 104rpx;
- height: 104rpx;
- border-radius: 100rpx;
- }
- .user-center {
- flex: 1;
- margin: 0 0 0 20rpx;
- }
- }
- .mine-navbar {
- flex: 1;
- padding: 0 32rpx;
- text:first-child {
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- text:last-child {
- width: 76rpx;
- height: 12rpx;
- background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
- margin-top: -20rpx;
- border-radius: 100rpx;
- }
- }
- .mine-bg {
- position: absolute;
- top: 0;
- left: 0;
- width: 750rpx;
- height: 430rpx;
- z-index: -1;
- }
- }
- page {
- background-color: #F3F3F3;
- }
- </style>
|