|
|
@ -12,7 +12,7 @@ |
|
|
|
<view class="user-info"> |
|
|
|
<view class="user-base-info"> |
|
|
|
<view class="user-base-top"> |
|
|
|
<view class="user-name">倾心.临时决定离开军队费时费力士大夫</view> |
|
|
|
<view class="user-name">{{ userInfo.nickName}}</view> |
|
|
|
<view class="member-level"> |
|
|
|
<image src="@/static/image/center/diamond-min.png" mode="widthFix" class="level"></image> |
|
|
|
<image v-if="false" src="@/static/image/center/gold-min.png" mode="widthFix" class="level"> |
|
|
@ -62,7 +62,7 @@ |
|
|
|
<!-- 佣金数据 --> |
|
|
|
<view class="brokerage-data"> |
|
|
|
<view class="brokerage"> |
|
|
|
<image src="@/static/image/center/brokerage.png" mode="widthFix" class="brokerage-img"></image> |
|
|
|
<image :src="configList.money_image" mode="widthFix" class="brokerage-img"></image> |
|
|
|
|
|
|
|
<div class="main"> |
|
|
|
<div class="title">我的佣金</div> |
|
|
@ -71,7 +71,7 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="balance"> |
|
|
|
<image src="@/static/image/center/balance.png" mode="widthFix" class="balance-img"></image> |
|
|
|
<image :src="configList.price_image" mode="widthFix" class="balance-img"></image> |
|
|
|
|
|
|
|
<div class="main"> |
|
|
|
<div class="title">我的余额</div> |
|
|
@ -99,7 +99,7 @@ |
|
|
|
<image src="@/static/image/center/3.png" mode="widthFix" /> |
|
|
|
<view class="title">联系客服</view> |
|
|
|
</view> |
|
|
|
<view class="boxs" @click="$utils.navigateTo('/pages/index/order?type=4')"> |
|
|
|
<view class="boxs" @click="$utils.navigateTo('/pages_order/mine/promotion')"> |
|
|
|
<image src="@/static/image/center/4.png" mode="widthFix" /> |
|
|
|
<view class="title">邀请好友</view> |
|
|
|
</view> |
|
|
@ -118,7 +118,7 @@ |
|
|
|
<image src="@/static/image/center/7.png" mode="widthFix" /> |
|
|
|
<view class="title">优惠券</view> |
|
|
|
</view> |
|
|
|
<view class="boxs" @click="$utils.navigateTo('/pages/index/order?type=4')"> |
|
|
|
<view class="boxs" @click="$utils.navigateTo('/pages_order/mine/help')"> |
|
|
|
<image src="@/static/image/center/8.png" mode="widthFix" /> |
|
|
|
<view class="title">帮助与反馈</view> |
|
|
|
</view> |
|
|
@ -155,13 +155,14 @@ |
|
|
|
mapState |
|
|
|
} from 'vuex' |
|
|
|
import customerServicePopup from '@/components/config/customerServicePopup.vue' |
|
|
|
|
|
|
|
export default { |
|
|
|
components: { |
|
|
|
tabber, |
|
|
|
customerServicePopup, |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
...mapState(['userInfo', 'riceInfo']), |
|
|
|
...mapState(['userInfo', 'riceInfo','configList']), |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return { |
|
|
|