12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490 |
- <template>
- <view class="new-users copy-data" :style="{height:pageHeight}">
- <view class="top" :style="colorStyle">
- <!-- #ifdef MP || APP-PLUS -->
- <view class="sys-head">
- <view class="sys-bar" :style="{height:sysHeight}"></view>
- <!-- #ifdef MP -->
- <view class="sys-title" :style="member_style==3?'color:#333':''">{{$t('个人中心')}}</view>
- <!-- #endif -->
- <view class="bg" :style="member_style==3?'background:#f5f5f5':''"></view>
- </view>
- <!-- #endif -->
- </view>
- <view class="mid" style="flex:1;overflow: hidden;" :style="colorStyle">
- <scroll-view scroll-y="true" style="height: 100%;">
- <view class="head">
- <view class="user-card" :class="member_style==3?'unBg':''">
- <view class="bg"></view>
- <view class="user-info">
- <view>
- <!-- 注释这个是加的bnt -->
- <!-- #ifdef H5 -->
- <!-- <button class="bntImg" v-if="userInfo.is_complete == 0 && isWeixin"
- @click="getWechatuserinfo">
- <image class="avatar" src='/static/images/f.png'></image>
- <view class="avatarName">{{$t('获取头像')}}</view>
- </button> -->
- <!-- #endif -->
- <!-- #ifndef APP-PLUS -->
- <view class="avatar-box" :class="{on:userInfo.is_money_level}">
- <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="headwear" v-if="userInfo.is_money_level && userInfo.svip_open">
- <image src="/static/images/headwear.png"></image>
- </view>
- </view>
- <!-- #endif -->
- <!-- #ifdef APP-PLUS -->
- <view class="avatar-box" :class="{on:userInfo.is_money_level}">
- <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="headwear" v-if="userInfo.is_money_level && userInfo.svip_open">
- <image src="/static/images/headwear.png"></image>
- </view>
- </view>
- <!-- #endif -->
- </view>
- <view class="info">
- <!-- #ifdef MP || APP-PLUS -->
- <view class="name" v-if="!userInfo.uid" @click="openAuto"
- style="height: 100%; display: flex; align-items: center;">
- {{$t('请点击授权')}}
- </view>
- <!-- #endif -->
- <!-- #ifdef H5 -->
- <view class="name" v-if="!userInfo.uid" @click="openAuto"
- style="height: 100%; display: flex; align-items: center;">
- {{$t(isWeixin ? '请点击授权' : '请点击登录')}}
- </view>
- <!-- #endif -->
- <view class="name" v-if="userInfo.uid">
- <text class="line1 nickname">{{userInfo.nickname}}</text>
- <image class="live" :src="userInfo.vip_icon" v-if="userInfo.vip_icon"></image>
- <view class="vip" v-if="userInfo.is_money_level> 0 && userInfo.svip_open">
- <image src="/static/images/svip.png"></image>
- </view>
- </view>
- <view class="num" v-if="userInfo.phone" @click="goEdit()">
- <view class="num-txt">{{userInfo.phone}}</view>
- </view>
- <!-- #ifdef MP -->
- <button class="phone" v-if="!userInfo.phone && isLogin" open-type="getPhoneNumber"
- @getphonenumber="getphonenumber">{{$t(`绑定手机号`)}}</button>
- <!-- #endif -->
- <!-- #ifndef MP -->
- <view class="phone" v-if="!userInfo.phone && isLogin" @tap="bindPhone">
- {{$t('绑定手机号')}}
- </view>
- <!-- #endif -->
- </view>
- <view class="message">
- <navigator v-if="isLogin" url="/pages/users/user_info/index" hover-class="none">
- <view class="iconfont icon-shezhi"></view>
- </navigator>
- </view>
- <view class="message">
- <navigator v-if="isLogin" url="/pages/users/message_center/index" hover-class="none">
- <view v-if="userInfo.service_num" class="num">
- {{userInfo.service_num >= 100 ? '99+' : userInfo.service_num}}
- </view>
- <view class="iconfont icon-s-kefu"></view>
- </navigator>
- </view>
- <!-- #ifdef MP -->
- <!-- <view class="setting" @click="Setting"><text class="iconfont icon-shezhi"></text></view> -->
- <!-- #endif -->
- </view>
- <view class="num-wrapper">
- <view class="num-item" v-if="userInfo.balance_func_status"
- @click="goMenuPage('/pages/users/user_money/index')">
- <text class="num">{{userInfo.now_money || 0}}</text>
- <view class="txt">{{$t('余额')}}</view>
- </view>
- <view class="num-item" v-else
- @click="goMenuPage('/pages/users/user_goods_collection/index')">
- <text class="num">{{userInfo.collectCount || 0}}</text>
- <view class="txt">{{$t('收藏')}}</view>
- </view>
- <view class="num-item" @click="goMenuPage('/pages/users/user_coupon/index')">
- <text class="num">{{userInfo.couponCount || 0}}</text>
- <view class="txt">{{$t('优惠券')}}</view>
- </view>
- <view class="num-item" @click="goMenuPage('/pages/users/user_integral/index')">
- <text class="num">{{userInfo.integral || 0}}</text>
- <view class="txt">{{$t('积分')}}</view>
- </view>
- </view>
- <!-- <view class="sign" @click="goSignIn">签到</view> -->
- <!-- <view class="cardVipA acea-row row-between-wrapper"
- v-if="userInfo.svip_open && member_style==1">
- <view class="left-box">
- <view v-if="userInfo.vip_status == 1" class="small">{{$t('永久')}}</view>
- <view v-else-if="userInfo.vip_status == 3" class="small">{{$t('会员到期')}}
- {{ userInfo.overdue_time | dateFormat }}
- </view>
- <view v-else-if="userInfo.vip_status == -1" class="small">{{$t('已过期')}}</view>
- <view v-else-if="userInfo.vip_status == 2" class="small">{{$t('未开通会员')}}
- </view>
- </view>
- <view class="acea-row row-middle">
- <navigator v-if="userInfo.vip_status == 1" url="/pages/annex/vip_paid/index"
- hover-class="none" class="btn">{{$t('查看会员权益')}}</navigator>
- <navigator v-else url="/pages/annex/vip_paid/index" hover-class="none" class="btn">
- {{ userInfo.overdue_time ? $t('立即续费') : $t('立即激活') }}
- </navigator>
- <text class="iconfont icon-xiangyou"></text>
- </view>
- </view> -->
- <!-- <view class="cardVipB acea-row row-between" v-if="userInfo.svip_open && member_style==3">
- <view class="left-box acea-row">
- <view class="pictrue">
- <image src="../../static/images/member01.png"></image>
- </view>
- <view v-if="userInfo.vip_status == 1" class="small">{{$t('永久')}}</view>
- <view v-else-if="userInfo.vip_status == 3" class="small">{{$t('会员到期')}}
- {{ userInfo.overdue_time | dateFormat }}
- </view>
- <view v-else-if="userInfo.vip_status == -1" class="small">{{$t('已过期')}}</view>
- <view v-else-if="userInfo.vip_status == 2" class="small">{{$t('未开通会员')}}
- </view>
- </view>
- <view class="acea-row">
- <navigator v-if="userInfo.vip_status == 1" url="/pages/annex/vip_paid/index"
- hover-class="none" class="btn">{{$t('会员可享多项权益')}}</navigator>
- <navigator v-else url="/pages/annex/vip_paid/index" hover-class="none" class="btn">
- {{ userInfo.overdue_time ? $t('立即续费') : $t('立即激活') }}
- </navigator>
- <text class="iconfont icon-xiangyou btn"></text>
- </view>
- </view> -->
- </view>
- <!-- <view class="card-vip" v-if="userInfo.svip_open && member_style==2">
- <view class="left-box">
- <view class="big">{{$t('会员可享多项权益')}}</view>
- <view v-if="userInfo.vip_status == 1" class="small">{{$t('永久')}}</view>
- <view v-else-if="userInfo.vip_status == 3" class="small">{{$t('会员到期')}}
- {{ userInfo.overdue_time | dateFormat }}
- </view>
- <view v-else-if="userInfo.vip_status == -1" class="small">{{$t('已过期')}}</view>
- <view v-else-if="userInfo.vip_status == 2" class="small">{{$t('未开通会员')}}
- </view>
- </view>
- <navigator v-if="userInfo.vip_status == 1" url="/pages/annex/vip_paid/index" hover-class="none"
- class="btn">{{$t('查看会员权益')}}</navigator>
- <navigator v-else url="/pages/annex/vip_paid/index" hover-class="none" class="btn">
- {{ userInfo.overdue_time ? $t('立即续费') : $t('立即激活') }}
- </navigator>
- </view> -->
- <view class="order-wrapper" :class="userInfo.svip_open?'':'height'">
- <view class="order-hd flex">
- <view class="left">{{$t('订单中心')}}</view>
- <navigator class="right flex" hover-class="none" url="/pages/goods/order_list/index"
- open-type="navigate">
- {{$t('查看全部')}}
- <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="iconfont" :class="item.img"></text>
- <text class="order-status-num" v-if="item.num > 0">{{ item.num }}</text>
- </view>
- <view class="txt">{{$t(item.title)}}</view>
- </navigator>
- </block>
- </view>
- </view>
- </view>
- <!-- 轮播 -->
- <view class="slider-wrapper" v-if="imgUrls.length>0 && my_banner_status">
- <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>
- <view @click="goPages(item.url)" class='slide-navigator acea-row row-between-wrapper'
- hover-class='none'>
- <image :src="item.pic" class="slide-image"></image>
- </view>
- </swiper-item>
- </block>
- </swiper>
- </view>
- <!-- 会员菜单 -->
- <view class="user-menus" style="margin-top: 20rpx;">
- <view class="menu-title">{{$t('我的服务')}}</view>
- <view class="list-box">
- <!-- #ifdef APP-PLUS || H5 -->
- <block v-for="(item,index) in MyMenus" :key="index">
- <view class="item" v-if="item.url!='#' && item.url!='/pages/service/index'"
- @click="goMenuPage(item.url, item.name)">
- <image :src="item.pic"></image>
- <text>{{$t(item.name)}}</text>
- </view>
- </block>
- <!-- #endif -->
- <!-- #ifdef MP -->
- <block v-for="(item,index) in MyMenus" :key="index">
- <view class="item" v-if="item.url!='#'
- && item.url!='/pages/service/index'
- && item.url!='/pages/extension/customer_list/chat'
- || (item.url=='/pages/extension/customer_list/chat' && routineContact == 0)"
- @click="goMenuPage(item.url, item.name)">
- <image :src="item.pic"></image>
- <text>{{$t(item.name)}}</text>
- </view>
- </block>
- <button class="item" open-type='contact' v-if="routineContact == 1">
- <image src="/static/images/contact.png"></image>
- <text>{{$t('联系客服')}}</text>
- </button>
- <!-- #endif -->
- <!-- #ifdef APP-PLUS -->
- <view class="item" hover-class="none" @click="goMenuPage('/pages/users/privacy/index?type=3')">
- <image src="/static/images/menu.png"></image>
- <text>{{$t('隐私协议')}}</text>
- </view>
- <!-- #endif -->
- </view>
- </view>
- <view class="user-menus" style="margin-top: 20rpx;" v-if="storeMenu.length">
- <view class="menu-title">{{$t('商家管理')}}</view>
- <view class="list-box">
- <block v-for="(item,index) in storeMenu" :key="index">
- <view class="item" :url="item.url" hover-class="none"
- v-if="item.url!='#' && item.url!='/pages/service/index'"
- @click="goMenuPage(item.url, item.name)">
- <image :src="item.pic"></image>
- <text>{{$t(item.name)}}</text>
- </view>
- </block>
- </view>
- </view>
- <!-- <image :src="copyRightPic" alt="" class='support'></image> -->
- <view class="uni-p-b-98"></view>
- </scroll-view>
- <editUserModal :isShow="editModal" @closeEdit="closeEdit" @editSuccess="editSuccess">
- </editUserModal>
- </view>
- <uni-popup ref="popupkf" type="center">
- <view class="popup-box">
- <view class="img">
- <image src="../../static/img/img009.png" mode=""></image>
- </view>
- <view class="mian">
- <view class="delivery">
- <view class="title">已经为您定制专属客服</view>
- <image src="../../static/img/img010.png" mode=""></image>
- </view>
- <view class="nocancel">客服:18906550027</view>
- <view class="comfirm-box">
- <view class="cancel" @click="cancel">取消</view>
- <view class="comfirm" @click="comfirm('18906550027')">复制</view>
- </view>
- </view>
- </view>
- </uni-popup>
- <tabBar v-if="!is_diy" :pagePath="'/pages/user/index'"></tabBar>
- <pageFooter v-else></pageFooter>
- </view>
- </template>
- <script>
- let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
- import {
- getMenuList,
- getUserInfo,
- setVisit,
- mpBindingPhone
- } from '@/api/user.js';
- import {
- wechatAuthV2,
- silenceAuth
- } from '@/api/public.js'
- import {
- toLogin
- } from '@/libs/login.js';
- import {
- mapState,
- mapGetters
- } from "vuex";
- // #ifdef H5
- import Auth from '@/libs/wechat';
- // #endif
- const app = getApp();
- import dayjs from '@/plugin/dayjs/dayjs.min.js';
- import Routine from '@/libs/routine';
- import colors from '@/mixins/color';
- import tabBar from "@/pages/index/visualization/components/tabBar.vue";
- import pageFooter from '@/components/pageFooter/index.vue'
- import {
- getCustomer
- } from '@/utils/index.js'
- import editUserModal from '@/components/eidtUserModal/index.vue'
- export default {
- components: {
- tabBar,
- pageFooter,
- editUserModal
- },
- // computed: mapGetters(['isLogin','cartNum']),
- computed: {
- ...mapGetters({
- cartNum: 'cartNum',
- isLogin: 'isLogin'
- })
- },
- filters: {
- coundTime(val) {
- var setTime = val * 1000
- var nowTime = new Date()
- var rest = setTime - nowTime.getTime()
- var day = parseInt(rest / (60 * 60 * 24 * 1000))
- // var hour = parseInt(rest/(60*60*1000)%24) //小时
- return day + this.$t('day')
- },
- dateFormat: function(value) {
- return dayjs(value * 1000).format('YYYY-MM-DD');
- }
- },
- mixins: [colors],
- data() {
- return {
- editModal: false, // 编辑头像信息
- storeMenu: [], // 商家管理
- orderMenu: [{
- img: 'icon-daifukuan',
- title: '待付款',
- url: '/pages/goods/order_list/index?status=0'
- },
- {
- img: 'icon-daifahuo',
- title: '待发货',
- url: '/pages/goods/order_list/index?status=1'
- },
- {
- img: 'icon-daishouhuo',
- title: '待收货',
- url: '/pages/goods/order_list/index?status=2'
- },
- {
- img: 'icon-daipingjia',
- title: '待评价',
- url: '/pages/goods/order_list/index?status=3'
- },
- {
- img: 'icon-a-shouhoutuikuan',
- title: '售后/退款',
- url: '/pages/users/user_return_list/index'
- },
- ],
- imgUrls: [],
- autoplay: true,
- circular: true,
- interval: 3000,
- duration: 500,
- isAuto: false, //没有授权的不会自动授权
- isShowAuth: false, //是否隐藏授权
- orderStatusNum: {},
- userInfo: {},
- MyMenus: [],
- sysHeight: sysHeight,
- mpHeight: 0,
- showStatus: 1,
- activeRouter: '',
- // #ifdef H5 || MP
- pageHeight: '100%',
- routineContact: 0,
- // #endif
- // #ifdef APP-PLUS
- pageHeight: app.globalData.windowHeight,
- // #endif
- // #ifdef H5
- isWeixin: Auth.isWeixin(),
- //#endif
- footerSee: false,
- member_style: 1,
- my_banner_status: 1,
- is_diy: uni.getStorageSync('is_diy'),
- copyRightPic: '/static/images/support.png', //版权图片
- }
- },
- onLoad(option) {
- uni.hideTabBar()
- let that = this;
- // #ifdef MP
- // 小程序静默授权
- if (!this.$store.getters.isLogin) {
- // Routine.getCode()
- // .then(code => {
- // Routine.silenceAuth(code).then(res => {
- // this.onLoadFun();
- // })
- // })
- // .catch(res => {
- // uni.hideLoading();
- // });
- }
- // #endif
- // #ifdef H5 || APP-PLUS
- if (that.isLogin == false) {
- toLogin()
- }
- //获取用户信息回来后授权
- let cacheCode = this.$Cache.get('snsapi_userinfo_code');
- let res1 = cacheCode ? option.code != cacheCode : true;
- if (this.isWeixin && option.code && res1 && option.scope === 'snsapi_userinfo') {
- this.$Cache.set('snsapi_userinfo_code', option.code);
- Auth.auth(option.code).then(res => {
- this.getUserInfo();
- }).catch(err => {})
- }
- // #endif
- // #ifdef APP-PLUS
- that.$set(that, 'pageHeight', app.globalData.windowHeight);
- // #endif
- let routes = getCurrentPages(); // 获取当前打开过的页面路由数组
- let curRoute = routes[routes.length - 1].route //获取当前页面路由
- this.activeRouter = '/' + curRoute
- this.getCopyRight();
- },
- onReady() {
- let self = this
- // #ifdef MP
- let info = uni.createSelectorQuery().select(".sys-head");
- info.boundingClientRect(function(data) { //data - 各种参数
- self.mpHeight = data.height
- }).exec()
- // #endif
- },
- onShow: function() {
- let that = this;
- // #ifdef APP-PLUS
- uni.getSystemInfo({
- success: function(res) {
- that.pageHeight = res.windowHeight + 'px'
- }
- });
- // #endif
- if (that.isLogin) {
- this.getUserInfo();
- this.getMyMenus();
- this.setVisit();
- };
- this.getCopyRight();
- },
- onPullDownRefresh() {
- this.onLoadFun();
- },
- methods: {
- cancel() {
- this.$refs.popupkf.close()
- },
- comfirm(text) {
- uni.setClipboardData({
- data: text,
- success: function() {
- console.log('success');
- uni.showToast({
- title: '复制成功',
- icon: 'none'
- });
- },
- fail() {
- uni.showToast({
- title: '不支持'
- });
- }
- });
- },
- getWechatuserinfo() {
- //#ifdef H5
- Auth.isWeixin() && Auth.toAuth('snsapi_userinfo', '/pages/user/index');
- //#endif
- },
- editSuccess() {
- this.editModal = false
- this.getUserInfo();
- },
- closeEdit() {
- this.editModal = false
- },
- // 记录会员访问
- setVisit() {
- setVisit({
- url: '/pages/user/index'
- }).then(res => {})
- },
- // 打开授权
- openAuto() {
- toLogin();
- },
- // 授权回调
- onLoadFun() {
- this.getUserInfo();
- this.getMyMenus();
- this.setVisit();
- },
- Setting: function() {
- uni.openSetting({
- success: function(res) {}
- });
- },
- // 授权关闭
- authColse: function(e) {
- this.isShowAuth = e
- },
- // 绑定手机
- bindPhone() {
- uni.navigateTo({
- url: '/pages/users/user_phone/index'
- })
- },
- getphonenumber(e) {
- if (e.detail.errMsg == 'getPhoneNumber:ok') {
- Routine.getCode()
- .then(code => {
- let data = {
- code,
- iv: e.detail.iv,
- encryptedData: e.detail.encryptedData,
- }
- mpBindingPhone(data).then(res => {
- this.getUserInfo()
- this.$util.Tips({
- title: res.msg,
- icon: 'success'
- });
- }).catch(err => {
- return this.$util.Tips({
- title: err
- });
- })
- })
- .catch(error => {
- uni.hideLoading();
- });
- }
- },
- /**
- * 获取个人用户信息
- */
- getUserInfo: function() {
- let that = this;
- getUserInfo().then(res => {
- that.userInfo = res.data
- that.$store.commit("SETUID", res.data.uid);
- that.orderMenu.forEach((item, index) => {
- switch (item.title) {
- case '待付款':
- item.num = res.data.orderStatusNum.unpaid_count
- break
- case '待发货':
- item.num = res.data.orderStatusNum.unshipped_count
- break
- case '待收货':
- item.num = res.data.orderStatusNum.received_count
- break
- case '待评价':
- item.num = res.data.orderStatusNum.evaluated_count
- break
- case '售后/退款':
- item.num = res.data.orderStatusNum.refunding_count
- break
- }
- })
- uni.stopPullDownRefresh();
- });
- },
- //小程序授权api替换 getUserInfo
- getUserProfile() {
- toLogin();
- },
- /**
- *
- * 获取个人中心图标
- */
- switchTab(order) {
- this.orderMenu.forEach((item, index) => {
- switch (item.title) {
- case '待付款':
- item.img = order.dfk
- break
- case '待发货':
- item.img = order.dfh
- break
- case '待收货':
- item.img = order.dsh
- break
- case '待评价':
- item.img = order.dpj
- break
- case '售后/退款':
- item.img = order.sh
- break
- }
- })
- },
- getMyMenus: function() {
- let that = this;
- // if (this.MyMenus.length) return;
- getMenuList().then(res => {
- let storeMenu = []
- let myMenu = []
- res.data.routine_my_menus.forEach((el, index, arr) => {
- if (el.url == '/pages/admin/order/index' || el.url ==
- '/pages/admin/order_cancellation/index' || el.name ==
- '客服接待') {
- storeMenu.push(el)
- } else {
- myMenu.push(el)
- }
- })
- this.member_style = Number(res.data.diy_data.value)
- this.my_banner_status = res.data.diy_data.my_banner_status
- let order01 = {
- dfk: 'icon-daifukuan',
- dfh: 'icon-daifahuo',
- dsh: 'icon-daishouhuo',
- dpj: 'icon-daipingjia',
- sh: 'icon-a-shouhoutuikuan'
- }
- let order02 = {
- dfk: 'icon-daifukuan-lan',
- dfh: 'icon-daifahuo-lan',
- dsh: 'icon-daishouhuo-lan',
- dpj: 'icon-daipingjia-lan',
- sh: 'icon-shouhou-tuikuan-lan'
- }
- let order03 = {
- dfk: 'icon-daifukuan-ju',
- dfh: 'icon-daifahuo-ju',
- dsh: 'icon-daishouhuo-ju',
- dpj: 'icon-daipingjia-ju',
- sh: 'icon-shouhou-tuikuan-ju'
- }
- let order04 = {
- dfk: 'icon-daifukuan-fen',
- dfh: 'icon-daifahuo-fen',
- dsh: 'icon-daishouhuo-fen',
- dpj: 'icon-daipingjia-fen',
- sh: 'icon-a-shouhoutuikuan-fen'
- }
- let order05 = {
- dfk: 'icon-daifukuan-lv',
- dfh: 'icon-daifahuo-lv',
- dsh: 'icon-daishouhuo-lv',
- dpj: 'icon-daipingjia-lv',
- sh: 'icon-shouhou-tuikuan-lv'
- }
- switch (res.data.diy_data.order_status) {
- case 1:
- this.switchTab(order01)
- break
- case 2:
- this.switchTab(order02)
- break
- case 3:
- this.switchTab(order03)
- break
- case 4:
- this.switchTab(order04)
- break
- case 5:
- this.switchTab(order05)
- break
- }
- that.$set(that, 'MyMenus', myMenu);
- that.$set(that, 'storeMenu', storeMenu);
- this.imgUrls = res.data.routine_my_banner
- this.routineContact = Number(res.data.routine_contact_type)
- });
- },
- // 编辑页面
- goEdit() {
- if (this.isLogin == false) {
- toLogin();
- } else {
- // #ifdef MP
- if (this.userInfo.is_default_avatar) {
- this.editModal = true
- return
- }
- // #endif
- uni.navigateTo({
- url: '/pages/users/user_info/index'
- })
- }
- },
- // 签到
- goSignIn() {
- uni.navigateTo({
- url: '/pages/users/user_sgin/index'
- })
- },
- // goMenuPage
- goMenuPage(url, name) {
- if (this.isLogin) {
- if (url.indexOf('http') === -1) {
- // #ifdef H5 || APP-PLUS
- if (name && name === '客服接待') {
- // return window.location.href = `${location.origin}${url}`
- return uni.navigateTo({
- url: `/pages/annex/web_view/index?url=${location.origin}${url}`
- });
- } else if (name && name === '联系客服') {
- // return getCustomer(url)
- return this.$refs.popupkf.open()
- } else if (name === '订单核销') {
- return uni.navigateTo({
- url: url
- });
- // return window.location.href = `${location.origin}${url}`
- }
- // #endif
- // #ifdef MP
- if (name && name === '联系客服') {
- return getCustomer(url)
- }
- if (url != '#' && url == '/pages/users/user_info/index') {
- uni.openSetting({
- success: function(res) {}
- });
- }
- // #endif
- uni.navigateTo({
- url: url,
- fail(err) {
- uni.switchTab({
- url: url
- })
- }
- })
- } else {
- uni.navigateTo({
- url: `/pages/annex/web_view/index?url=${url}`
- });
- }
- } else {
- // #ifdef MP
- this.openAuto()
- // #endif
- }
- },
- goPages(url) {
- this.$util.JumpPath(url);
- },
- goRouter(item) {
- var pages = getCurrentPages();
- var page = (pages[pages.length - 1]).$page.fullPath;
- if (item.link == page) return
- uni.switchTab({
- url: item.link,
- fail(err) {
- uni.redirectTo({
- url: item.link
- })
- }
- })
- },
- getCopyRight() {
- const copyRight = uni.getStorageSync('copyRight')
- if (copyRight.copyrightImage) {
- this.copyRightPic = copyRight.copyrightImage
- }
- }
- }
- }
- </script>
- <style lang="scss">
- page,
- body {
- height: 100%;
- }
- .height {
- margin-top: -100rpx !important;
- }
- .unBg {
- background-color: unset !important;
- .user-info {
- .info {
- .name {
- color: #333333 !important;
- font-weight: 600;
- }
- .num {
- color: #333 !important;
- .num-txt {
- height: 38rpx;
- background-color: rgba(51, 51, 51, 0.13);
- padding: 0 12rpx;
- border-radius: 16rpx;
- }
- }
- }
- }
- .num-wrapper {
- color: #333 !important;
- font-weight: 600;
- .num-item {
- .txt {
- color: rgba(51, 51, 51, 0.7) !important;
- }
- }
- }
- .message {
- .iconfont {
- color: #333 !important;
- }
- .num {
- color: #fff !important;
- background-color: var(--view-theme) !important;
- }
- }
- .setting {
- .iconfont {
- color: #333 !important;
- }
- }
- }
- .cardVipB {
- background-color: #343A48;
- width: 100%;
- height: 124rpx;
- border-radius: 16rpx 16rpx 0 0;
- padding: 22rpx 30rpx 0 30rpx;
- margin-top: 16px;
- .left-box {
- .small {
- color: #F8D5A8;
- font-size: 28rpx;
- margin-left: 18rpx;
- }
- .pictrue {
- width: 40rpx;
- height: 45rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- }
- .btn {
- color: #BBBBBB;
- font-size: 26rpx;
- }
- .icon-xiangyou {
- margin-top: 6rpx;
- }
- }
- .cardVipA {
- position: absolute;
- background: url('~@/static/images/member.png') no-repeat;
- background-size: 100% 100%;
- width: 750rpx;
- height: 84rpx;
- bottom: -2rpx;
- left: 0;
- padding: 0 56rpx 0 135rpx;
- .left-box {
- font-size: 26rpx;
- color: #905100;
- font-weight: 400;
- }
- .btn {
- color: #905100;
- font-weight: 400;
- font-size: 24rpx;
- }
- .iconfont {
- font-size: 20rpx;
- margin: 4rpx 0 0 4rpx;
- }
- }
- .new-users {
- display: flex;
- flex-direction: column;
- height: 100%;
- .sys-head {
- position: relative;
- width: 100%;
- // background: linear-gradient(90deg, $bg-star1 0%, $bg-end1 100%);
- .bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: var(--view-theme);
- background-size: 100% auto;
- background-position: left bottom;
- }
- .sys-title {
- z-index: 10;
- position: relative;
- height: 43px;
- text-align: center;
- line-height: 43px;
- font-size: 36rpx;
- color: #FFFFFF;
- }
- }
- .head {
- // background: #fff;
- .user-card {
- position: relative;
- width: 100%;
- height: 380rpx;
- margin: 0 auto;
- padding: 35rpx 28rpx;
- background-image: url("~@/static/images/user01.png");
- background-size: 100% auto;
- background-color: var(--view-theme);
- .user-info {
- z-index: 20;
- position: relative;
- display: flex;
- .headwear {
- position: absolute;
- right: -4rpx;
- top: -14rpx;
- width: 44rpx;
- height: 44rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .live {
- width: 28rpx;
- height: 28rpx;
- margin-left: 20rpx;
- }
- .bntImg {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- text-align: center;
- line-height: 120rpx;
- background-color: unset;
- position: relative;
- .avatarName {
- font-size: 16rpx;
- color: #fff;
- text-align: center;
- background-color: rgba(0, 0, 0, 0.6);
- height: 37rpx;
- line-height: 37rpx;
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- }
- }
- .avatar-box {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- &.on {
- .avatar {
- border: 2px solid #FFAC65;
- border-radius: 50%;
- box-sizing: border-box;
- }
- }
- }
- .avatar {
- position: relative;
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- }
- .info {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin-left: 20rpx;
- padding: 20rpx 0;
- .name {
- display: flex;
- align-items: center;
- color: #fff;
- font-size: 31rpx;
- .nickname {
- max-width: 8em;
- }
- .vip {
- margin-left: 10rpx;
- image {
- width: 78rpx;
- height: 30rpx;
- display: block;
- }
- }
- }
- .num {
- display: flex;
- align-items: center;
- font-size: 26rpx;
- color: rgba(255, 255, 255, 0.6);
- image {
- width: 22rpx;
- height: 23rpx;
- margin-left: 20rpx;
- }
- }
- }
- }
- .message {
- align-self: flex-start;
- position: relative;
- margin-top: 15rpx;
- margin-right: 20rpx;
- .num {
- position: absolute;
- top: -8rpx;
- left: 18rpx;
- padding: 0 6rpx;
- height: 28rpx;
- border-radius: 12rpx;
- background-color: #fff;
- font-size: 18rpx;
- line-height: 28rpx;
- text-align: center;
- color: var(--view-theme);
- }
- .iconfont {
- font-size: 40rpx;
- color: #fff;
- }
- }
- .num-wrapper {
- z-index: 30;
- position: relative;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 22rpx;
- // padding: 0 47rpx;
- color: #fff;
- .num-item {
- width: 33.33%;
- text-align: center;
- &~.num-item {
- position: relative;
- &:before {
- content: '';
- position: absolute;
- width: 1rpx;
- height: 28rpx;
- top: 50%;
- margin-top: -14rpx;
- background-color: rgba(255, 255, 255, 0.4);
- left: 0;
- }
- }
- .num {
- font-size: 42rpx;
- font-weight: bold;
- }
- .txt {
- margin-top: 8rpx;
- font-size: 26rpx;
- 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;
- }
- }
- .order-wrapper {
- background: #fff;
- margin: 0 30rpx;
- border-radius: 16rpx;
- position: relative;
- margin-top: -10rpx;
- .order-hd {
- justify-content: space-between;
- padding: 30rpx 20rpx 10rpx 30rpx;
- margin-top: 25rpx;
- font-size: 30rpx;
- color: #282828;
- .left {
- font-weight: bold;
- }
- .right {
- display: flex;
- align-items: center;
- color: #666666;
- font-size: 26rpx;
- .icon-xiangyou {
- margin-left: 5rpx;
- font-size: 26rpx;
- }
- }
- }
- .order-bd {
- display: flex;
- padding: 0 0;
- .order-item {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 20%;
- height: 140rpx;
- .pic {
- position: relative;
- text-align: center;
- .iconfont {
- font-size: 48rpx;
- color: var(--view-theme);
- }
- image {
- width: 58rpx;
- height: 48rpx;
- }
- }
- .txt {
- margin-top: 6rpx;
- font-size: 26rpx;
- color: #333;
- }
- }
- }
- }
- }
- .slider-wrapper {
- margin: 20rpx 30rpx;
- height: 130rpx;
- swiper,
- swiper-item {
- height: 100%;
- }
- image {
- width: 100%;
- height: 130rpx;
- border-radius: 16rpx;
- }
- }
- .user-menus {
- background-color: #fff;
- margin: 0 30rpx;
- border-radius: 16rpx;
- .menu-title {
- padding: 30rpx 30rpx 40rpx;
- font-size: 30rpx;
- color: #282828;
- font-weight: bold;
- }
- .list-box {
- display: flex;
- flex-wrap: wrap;
- padding: 0;
- }
- .item {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-direction: column;
- width: 25%;
- margin-bottom: 47rpx;
- font-size: 26rpx;
- color: #333333;
- image {
- width: 52rpx;
- height: 52rpx;
- margin-bottom: 18rpx;
- }
- &:last-child::before {
- display: none;
- }
- }
- button {
- font-size: 28rpx;
- }
- }
- .phone {
- color: #fff;
- background-color: #ffffff80;
- border-radius: 15px;
- width: max-content;
- font-size: 24rpx;
- padding: 2px 10px;
- margin-top: 8rpx;
- }
- .order-status-num {
- min-width: 12rpx;
- background-color: #fff;
- color: var(--view-theme);
- border-radius: 15px;
- position: absolute;
- right: -14rpx;
- top: -15rpx;
- font-size: 20rpx;
- padding: 0 8rpx;
- border: 1px solid var(--view-theme);
- }
- .support {
- width: 219rpx;
- height: 74rpx;
- margin: 54rpx auto;
- display: block;
- }
- }
- .card-vip {
- display: flex;
- align-items: center;
- justify-content: space-between;
- position: relative;
- width: 690rpx;
- height: 134rpx;
- margin: -72rpx auto 0;
- background: url('~@/static/images/user_vip.png');
- background-size: cover;
- padding-left: 118rpx;
- padding-right: 34rpx;
- .left-box {
- font-size: 24rpx;
- color: #AE5A2A;
- .big {
- font-size: 28rpx;
- }
- .small {
- opacity: 0.8;
- margin-top: 10rpx;
- }
- }
- .btn {
- height: 52rpx;
- line-height: 52rpx;
- padding: 0 10rpx;
- text-align: center;
- background: #fff;
- border-radius: 28rpx;
- font-size: 26rpx;
- color: #AE5A2A;
- }
- }
- .setting {
- margin-top: 15rpx;
- margin-left: 15rpx;
- color: #fff;
- .iconfont {
- font-size: 40rpx;
- }
- }
- .new-users {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .popup-box {
- width: 522rpx;
- // height: 605rpx;
- background-color: #ffffff;
- border-radius: 20rpx;
- padding-bottom: 50rpx;
- position: relative;
-
- .img {
- position: relative;
- top: -56rpx;
- left: 0;
- width: 522rpx;
- height: 132rpx;
- display: flex;
- justify-content: center;
-
- image {
- border-radius: 20rpx 20rpx 0 0;
- width: 450rpx;
- height: 132rpx;
- }
- }
-
- .mian {
- margin-top: -44rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: #ffffff;
- border-radius: 0 0 20rpx 20rpx;
- text-align: center;
-
- .delivery {
- font-size: 40rpx;
- color: #333333;
- display: flex;
- align-items: center;
- flex-direction: column;
-
- image {
- margin-top: 48rpx;
- width: 172rpx;
- height: 160rpx;
- }
- }
-
- .nocancel {
- font-size: 32rpx;
- color: #333333;
- margin-top: 14rpx;
- }
-
- .comfirm-box {
- margin-top: 52rpx;
- display: flex;
- .cancel {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 197rpx;
- height: 74rpx;
- border: 1px solid #dcc786;
- border-radius: 38rpx;
-
- font-size: 32rpx;
- color: #605128;
- }
-
- .comfirm {
- margin-left: 32rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 197rpx;
- height: 74rpx;
- background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
- border-radius: 38px;
- font-size: 32rpx;
- color: #605128;
- }
- }
- }
- }
- </style>
|