|
@@ -393,6 +393,50 @@
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
+ <!-- <view class="menus-list" v-if="userInfo.adminid"> -->
|
|
|
+ <view class="menus-list">
|
|
|
+ <view class="title">员工功能</view>
|
|
|
+ <view class="item acea-row row-between-wrapper" hover-class="none"
|
|
|
+ @click="goMenuPage('/pages/admin/staff/stafforder', '我的订单')">
|
|
|
+ <image src="/static/images/staffOrder.png"></image>
|
|
|
+ <view class="text acea-row row-between-wrapper">
|
|
|
+ <view>我的订单</view>
|
|
|
+ <view class="iconfont icon-xiangyou"></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- <view class="item acea-row row-between-wrapper" hover-class="none"
|
|
|
+ @click="goMenuPage('/admin/staff/stafforder', '我的业绩')">
|
|
|
+ <image src="/static/images/staffSales.png"></image>
|
|
|
+ <view class="text acea-row row-between-wrapper">
|
|
|
+ <view>我的业绩</view>
|
|
|
+ <view class="iconfont icon-xiangyou"></view>
|
|
|
+ </view>
|
|
|
+ </view> -->
|
|
|
+ <view class="item acea-row row-between-wrapper" hover-class="none"
|
|
|
+ @click="goMenuPage('/pages/users/user_spread_money/index?type=2', '我的佣金')">
|
|
|
+ <image src="/static/images/staffMoney.png"></image>
|
|
|
+ <view class="text acea-row row-between-wrapper">
|
|
|
+ <view>我的佣金</view>
|
|
|
+ <view class="iconfont icon-xiangyou"></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item acea-row row-between-wrapper" hover-class="none"
|
|
|
+ @click="goMenuPage('/pages/users/user_spread_money/index?type=4', '我的提现')">
|
|
|
+ <image src="/static/images/staffTarget.png"></image>
|
|
|
+ <view class="text acea-row row-between-wrapper">
|
|
|
+ <view>提现记录</view>
|
|
|
+ <view class="iconfont icon-xiangyou"></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item acea-row row-between-wrapper" hover-class="none"
|
|
|
+ @click="goMenuPage('/pages/users/user_cash/index', '立即提现')">
|
|
|
+ <image src="/static/images/staffSq.png"></image>
|
|
|
+ <view class="text acea-row row-between-wrapper">
|
|
|
+ <view>立即提现</view>
|
|
|
+ <view class="iconfont icon-xiangyou"></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="copy_right">
|
|
|
<template v-if='copyRightText'>
|
|
|
<image :src="copyRightImg" mode="aspectFill" class="copyRightImg"></image>
|
|
@@ -1024,6 +1068,7 @@
|
|
|
let that = this;
|
|
|
getUserInfo().then(res => {
|
|
|
that.userInfo = res.data
|
|
|
+ console.log( that.userInfo,' that.userInfo');
|
|
|
that.stu = res.data.svip_open
|
|
|
that.memberStatus = parseInt(res.data.member_func_status)
|
|
|
that.vipStatus = res.data.vip_status
|