| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755 |
- <template>
- <view class="new-users">
- <view class="head">
- <view class="user-card">
- <view class="bg"></view>
- <view class="user-info">
- <image class="avatar" :src='userInfo.avatar' v-if="userInfo.avatar" @click="goEdit()"></image>
- <image v-else class="avatar" src="/static/images/f.png" mode="" @click="goEdit()"></image>
- <view class="info">
- <!-- #ifdef MP -->
- <view class="name" v-if="!userInfo.uid" @tap="openAuto">
- 请点击授权
- </view>
- <!-- #endif -->
- <view class="name" v-if="userInfo.uid">
- {{userInfo.nickname}}
- <view class="vip" v-if="userInfo.vip">
- <image :src="userInfo.vip_icon" alt="">
- <view style="margin-left: 10rpx;" class="vip-txt">{{userInfo.vip_name}}</view>
- </view>
- </view>
- <view class="num" v-if="userInfo.phone" @click="goEdit()">
- <view class="num-txt">ID:{{userInfo.uid}}</view>
- <view class="icon">
- <image src="/static/images/edit.png" mode=""></image>
- </view>
- </view>
- <view class="phone" v-if="!userInfo.phone && isLogin" @tap="bindPhone">绑定手机号</view>
- </view>
- </view>
- <view class="num-wrapper">
- <view class="num-item" @click="goMenuPage('/pages/users/user_goods_collection/index')">
- <text class="num">{{userInfo.total_collect_product || 0}}</text>
- <view class="txt">我的收藏</view>
- </view>
- <view v-if="hide_mer_status == 0" class="num-item" @click="goMenuPage('/pages/users/user_store_attention/index')">
- <text class="num">{{userInfo.total_collect_store || 0}}</text>
- <view class="txt">关注店铺</view>
- </view>
- <view class="num-item" @click="goMenuPage('/pages/users/browsingHistory/index')">
- <text class="num">{{userInfo.total_visit_product || 0}}</text>
- <view class="txt">浏览记录</view>
- </view>
- <view class="num-item" @click="goMenuPage('/pages/users/user_coupon/index')">
- <text class="num">{{userInfo.total_coupon || 0}}</text>
- <view class="txt">优惠券</view>
- </view>
- </view>
- <view class="right-btn">
- <view class="iconfont icon-shezhi" @click="goEdit()" v-if="userInfo.phone"></view>
- <navigator class="btn" url="/pages/chat/customer_list/index?type=0" hover-class="none">
- <view class="iconfont icon-xiaoxi"></view>
- <text class="iconnum" v-if="userInfo.total_unread">{{userInfo.total_unread}}</text>
- </navigator>
- </view>
- </view>
- </view>
- <view class="wrapper">
- <view class="order-wrapper">
- <view class="order-hd flex">
- <view class="left">我的订单</view>
- <navigator class="right flex" hover-class="none" url="/pages/users/order_list/index" open-type="navigate">
- 全部订单
- <text class="iconfont icon-xiangyou"></text>
- </navigator>
- </view>
- <view class="order-bd">
- <block v-for="(item,index) in orderMenu" :key="index">
- <navigator class="order-item" hover-class="none" :url="item.url">
- <view class="pic">
- <image :src="item.img" mode=""></image>
- <text class="order-status-num" v-if="item.num > 0">{{ item.num }}</text>
- </view>
- <view class="txt">{{item.title}}</view>
- </navigator>
- </block>
- </view>
- </view>
- <!-- 轮播 -->
- <!-- #ifndef MP-TOUTIAO -->
- <view class="slider-wrapper" v-if="imgUrls.length>0">
- <swiper indicator-dots="true" :autoplay="autoplay" :circular="circular" :interval="interval" :duration="duration"
- indicator-color="rgba(255,255,255,0.6)" indicator-active-color="#fff">
- <block v-for="(item,index) in imgUrls" :key="index">
- <swiper-item>
- <navigator :url='item.url' class='slide-navigator acea-row row-between-wrapper' hover-class='none'>
- <image :src="item.pic" class="slide-image"></image>
- </navigator>
- </swiper-item>
- </block>
- </swiper>
- </view>
- <!-- #endif -->
- <!-- #ifndef MP-TOUTIAO -->
- <!-- 会员菜单 -->
- <view class="user-menus" style="margin-top: 20rpx;">
- <view class="title">我的服务</view>
- <view class="menu-box" v-if="isLogin">
- <navigator url="/pages/users/user_money/index" class="item" hover-class="none" v-if="balance_func_status == 1">
- <image src="/static/images/user-menu-001.png"></image>
- <text>我的余额</text>
- </navigator>
- <!-- #ifndef MP-TOUTIAO -->
- <navigator url="/pages/users/user_spread_user/index" class="item" hover-class="none" v-if="is_promoter == 1 && extension_status == 1">
- <image src="/static/images/user_menu11.png"></image>
- <text>分销推广</text>
- </navigator>
- <navigator url="/pages/users/distributor/index" class="item" hover-class="none" v-if="is_promoter == 0 && extension_status == 1">
-
- <image src="/static/images/user_menu11.png"></image>
- <text>分销推广</text>
- </navigator>
- <!-- #endif -->
- <view class="item" @click="goUrl(item.url)"
- v-for="(item,index) in MyMenus" :key="index">
- <image :src="item.pic"></image>
- <text>{{item.name}}</text>
- </view>
- <navigator url="/pages/admin/order/index" class="item" hover-class="none" v-if="userInfo.service && userInfo.service.customer === 1">
- <image src="/static/images/user-menu-002.png"></image>
- <text>订单管理</text>
- </navigator>
- <navigator url="/pages/store/settled/index" class="item" hover-class="none" v-if="mer_intention_open == 1 && hide_mer_status == 0">
- <image src="/static/images/user-menu-003.png"></image>
- <text>商家入驻</text>
- </navigator>
- <navigator class="item" hover-class="none" url="/pages/admin/order_cancellation/index" v-if="userInfo.service && userInfo.service.is_verify">
- <block v-if="userInfo.service.is_verify == 1">
- <image src="/static/images/user_menu10.png"></image>
- <text>订单核销</text>
- </block>
- </navigator>
- <navigator url="/pages/activity/assist_record/index" class="item" hover-class="none">
- <image src="/static/images/user-menu-004.png"></image>
- <text>助力记录</text>
- </navigator>
- <view class="item" hover-class="none" @click="goChat" v-if="userInfo.service">
- <image src="/static/images/user_menu08.png"></image>
- <text>联系客服</text>
- </view>
- </view>
- </view>
- <!-- #endif -->
- </view>
- <view style="height: 50rpx;"></view>
- <!-- #ifdef MP -->
- <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize>
- <!-- #endif -->
- </view>
- </template>
- <script>
- import {
- getMenuList,
- getUserInfo,
- setVisit
- } from '@/api/user.js';
- import {
- toLogin
- } from '@/libs/login.js';
- import {
- orderData
- } from '@/api/order.js'
- import {
- getconfig, login
- } from '@/api/public.js'
- import {
- mapGetters
- } from "vuex";
- // #ifdef MP
- import authorize from '@/components/Authorize';
- // #endif
- const app = getApp();
- export default {
- components: {
- // #ifdef MP
- authorize
- // #endif
- },
- computed: mapGetters(['isLogin']),
- data() {
- return {
- orderMenu: [{
- img: '/static/images/order1.png',
- title: '待付款',
- url: '/pages/users/order_list/index?status=0',
- num: 0
- },
- {
- img: '/static/images/order2.png',
- title: '待发货',
- url: '/pages/users/order_list/index?status=1',
- num: 0
- },
- {
- img: '/static/images/order3.png',
- title: '待收货',
- url: '/pages/users/order_list/index?status=2',
- num: 0
- },
- {
- img: '/static/images/order4.png',
- title: '待评价',
- url: '/pages/users/order_list/index?status=3',
- num: 0
- },
- {
- img: '/static/images/order5.png',
- title: '售后/退款',
- url: '/pages/users/refund/list',
- num: 0
- },
- ],
- imgUrls: [],
- userMenu: [],
- autoplay: true,
- circular: true,
- interval: 3000,
- duration: 500,
- isAuto: false, //没有授权的不会自动授权
- isShowAuth: false, //是否隐藏授权
- orderStatusNum: {},
- userInfo: {},
- MyMenus: [],
- balance_func_status: 0, //余额开关 1开
- is_promoter: 0, //推广人开关 1开
- extension_status: 0,
- mer_intention_open: 0,
- hide_mer_status: 1,
- }
- },
- onLoad() {
- getconfig().then(res => {
- this.balance_func_status = res.data.balance_func_status
- this.mer_intention_open = res.data.mer_intention_open
- this.hide_mer_status = res.data.hide_mer_status
- try {
- uni.setStorageSync('SUBSCRIBE_MESSAGE', res.data.tempid);
- } catch (e) {
- // error
- }
- // #ifdef H5
- this.setOpenShare(res.data);
- // #endif
- }).catch(err => {})
- let that = this;
- // #ifdef H5 || APP-PLUS
- if (that.isLogin == false) {
- toLogin();
- }
- // #endif
- },
- onReady() {
- uni.$on('update',(data)=>{
- this.balance_func_status = data.balance_func_status
- this.mer_intention_open = data.mer_intention_open
- this.hide_mer_status = data.hide_mer_status
- })
- },
- mounted: function() {
- const app = getApp();
- this.$nextTick(() => {
- this.hide_mer_status = app.globalData.hide_mer_status
- this.balance_func_status = app.globalData.balance_func_status
- this.mer_intention_open = app.globalData.mer_intention_open
- this.hide_mer_status = app.globalData.hide_mer_status
- });
- },
- onShow: function() {
- console.log('ddddddddddddd')
- let that = this;
- if (that.isLogin) {
- this.getUserInfo();
- this.orderNum();
- this.getMyMenus();
- // this.setVisit();
- } else {
- // #ifdef H5 || APP-PLUS
- toLogin();
- // #endif
- }
- },
- methods: {
- goUrl(url){
- // if(url == '/pages/users/user_address_list/index'){
- // window.location.href = url
- // }else{
- // uni.navigateTo({
- // url
- // })
- // }
- uni.navigateTo({
- url
- })
- },
- // 去聊天列表
- goChat() {
- let type = this.userInfo.service ? 1 : 0
- uni.navigateTo({
- url: `/pages/chat/customer_list/index?type=${type}`
- })
- },
- // 记录会员访问
- setVisit() {
- setVisit({
- url: '/pages/user/index'
- }).then(res => {})
- },
- // 打开授权
- openAuto() {
- this.isAuto = true;
- this.isShowAuth = true
- },
- // 授权回调
- onLoadFun() {
- this.getUserInfo();
- this.getMyMenus();
- this.orderNum();
- this.isShowAuth = false
-
- },
- Setting: function() {
- uni.openSetting({
- success: function(res) {
- console.log(res.authSetting)
- }
- });
- },
- // 授权关闭
- authColse: function(e) {
- this.isShowAuth = e
- },
- // 绑定手机
- bindPhone() {
- uni.navigateTo({
- url: '/pages/users/user_phone/index'
- })
- },
- /**
- * 获取个人用户信息
- */
- getUserInfo: function() {
- let that = this;
- getUserInfo().then(res => {
- that.userInfo = res.data,
- that.is_promoter = res.data.is_promoter
- that.extension_status = res.data.extension_status
- console.log(that.userInfo,'that.userInfo++++++')
- if(!that.userInfo.phone){
- uni.showModal({
- title: "请绑定手机号",
- content: "为了方便您的取货和我们的送货,并获取更多优惠活动,需要您的手机授权!",
- showCancel: false,
- success(){
- // uni.navigateTo({
- // url: 'pages/users/user_phone/index'
- // })
- that.bindPhone()
- }
-
- })
- }
- });
- },
- // 订单数字
- orderNum() {
- orderData().then(({
- data
- }) => {
- this.orderMenu.forEach((item, index) => {
- console.log('item')
- switch (item.title) {
- case '待付款':
- item.num = data.noPay
- break
- case '待发货':
- item.num = data.noPostage
- break
- case '待收货':
- item.num = data.noDeliver
- break
- case '待评价':
- item.num = data.noComment
- break
- case '售后/退款':
- item.num = data.refund
- break
- }
- })
- })
- },
- /**
- *
- * 获取个人中心图标
- */
- getMyMenus: function() {
- let that = this;
- if (this.MyMenus.length) return;
- getMenuList().then(res => {
- that.$set(that, 'MyMenus', res.data.menu);
- this.imgUrls = res.data.banner
- });
- },
- // 编辑页面
- goEdit() {
- uni.navigateTo({
- url: '/pages/users/user_info/index'
- })
-
- },
- // 签到
- goSignIn() {
- uni.navigateTo({
- url: '/pages/users/user_sgin/index'
- })
-
- },
- // goMenuPage
- goMenuPage(url) {
- if (this.isLogin) {
- uni.navigateTo({
- url
- })
- } else {
- // #ifdef MP
- this.openAuto()
- // #endif
- }
- }
- }
- }
- </script>
- <style lang="scss">
- .new-users {
- .head {
- background: #fff;
- .user-card {
- position: relative;
- width: 100%;
- padding: 35rpx 0 70rpx;
- background: linear-gradient(90deg, #EB3C3C 0%, #FF5D43 100%);
- .bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-image: url('~@/static/images/user_bg.png');
- background-size: 100% 100%;
- }
- .user-info {
- z-index: 20;
- position: relative;
- display: flex;
- padding: 0 28rpx;
- .avatar {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- }
- .info {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin-left: 20rpx;
- padding: 15rpx 0;
- .name {
- display: flex;
- align-items: center;
- color: #fff;
- font-size: 31rpx;
- .vip {
- display: flex;
- align-items: center;
- height: 36rpx;
- padding: 0 20rpx;
- background: rgba(0, 0, 0, 0.2);
- border-radius: 18px;
- font-size: 20rpx;
- margin-left: 12rpx;
- image {
- width: 27rpx;
- height: 27rpx;
- }
- }
- }
- .num {
- display: flex;
- align-items: center;
- font-size: 26rpx;
- color: rgba(255, 255, 255, 0.6);
- image {
- width: 22rpx;
- height: 23rpx;
- margin-left: 20rpx;
- }
- }
- }
- }
- .num-wrapper {
- z-index: 30;
- position: relative;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 30rpx;
- // padding: 0 47rpx;
- color: #fff;
- .num-item {
- width: 25%;
- text-align: center;
- .num {
- font-size: 42rpx;
- font-weight: bold;
- }
- .txt {
- margin-top: 8rpx;
- font-size: 22rpx;
- color: rgba(255, 255, 255, 0.6);
- }
- }
- }
- .sign {
- z-index: 200;
- position: absolute;
- right: -12rpx;
- top: 80rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 120rpx;
- height: 60rpx;
- background: linear-gradient(90deg, rgba(255, 225, 87, 1) 0%, rgba(238, 193, 15, 1) 100%);
- border-radius: 29rpx 4rpx 4rpx 29rpx;
- color: #282828;
- font-size: 28rpx;
- font-weight: bold;
- }
- }
- }
- .wrapper {
- position: relative;
- top: -44rpx;
- padding: 0 20rpx;
- }
- .order-wrapper {
- background-color: #fff;
- border-radius: 12rpx;
- .order-hd {
- height: 80rpx;
- align-items: center;
- justify-content: space-between;
- border-bottom: 1px dashed #DDDDDD;
- padding: 0 30rpx;
- font-size: 30rpx;
- color: #282828;
- .right {
- align-items: center;
- color: #666666;
- font-size: 26rpx;
- .icon-xiangyou {
- margin-left: 5rpx;
- margin-top: 6rpx;
- font-size: 26rpx;
- }
- }
- }
- .order-bd {
- display: flex;
- // padding: 0 24rpx;
- .order-item {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 20%;
- height: 160rpx;
- .pic {
- position: relative;
- text-align: center;
- image {
- width: 56rpx;
- height: 56rpx;
- }
- }
- .txt {
- margin-top: 15rpx;
- font-size: 26rpx;
- color: #454545;
- }
- }
- }
- }
- .slider-wrapper {
- margin: 20rpx 0;
- height: 130rpx;
- swiper,
- swiper-item {
- height: 100%;
- }
- image {
- width: 100%;
- height: 130rpx;
- }
- }
- .user-menus {
- padding-bottom: 30rpx;
- background-color: #fff;
- .title {
- height: 80rpx;
- line-height: 80rpx;
- padding: 0 30rpx;
- border-bottom: 1px dashed #DDDDDD;
- }
- .item {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- width: 25%;
- line-height: 28rpx;
- height: 90rpx;
- margin-top: 30rpx;
- text-align: center;
- image {
- width: 52rpx;
- height: 52rpx;
- }
- text {
- margin-top: 10rpx;
- font-size: 26rpx;
- color: #282828;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- width: 78%;
- }
- &:last-child::before {
- display: none;
- }
- }
- button {
- font-size: 28rpx;
- }
- }
- .phone {
- color: #fff;
- }
- .order-status-num {
- min-width: 12rpx;
- background-color: #fff;
- color: #ee5a52;
- border-radius: 15px;
- position: absolute;
- right: -14rpx;
- top: -15rpx;
- font-size: 20rpx;
- padding: 0 8rpx;
- border: 1px solid #ee5a52;
- }
- }
- .copy-right {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- color: #CCCCCC;
- font-size: 22rpx;
- .iconfont {
- font-size: 60rpx;
- }
- }
- .menu-box {
- display: flex;
- flex-wrap: wrap;
- }
- .right-btn {
- z-index: 99;
- position: absolute;
- right: 30rpx;
- top: 40rpx;
- display: flex;
- align-items: center;
- color: #fff;
- .iconfont {
- font-size: 40rpx;
- margin-left: 33rpx;
- }
- .btn {
- position: relative;
- }
- .iconnum {
- min-width: 6px;
- background-color: #fff;
- color: $theme-color;
- border-radius: 15rpx;
- position: absolute;
- right: -10rpx;
- top: -10rpx;
- font-size: 10px;
- padding: 0 4px;
- }
- }
- </style>
|