|
@@ -44,7 +44,7 @@
|
|
|
<view class="two_1" v-for="(item, index) in menuList" :key="index" @click="toCommon(item.route)">
|
|
|
<view class="title">{{item.title}}</view>
|
|
|
<view class="title">
|
|
|
- <text v-if="user.id&&item.title=='我的积分'">{{user.integral||0}}分</text>
|
|
|
+ <text v-if="user.id&&item.title=='我的尊荣'">{{user.integral||0}}分</text>
|
|
|
<text v-if="item.title=='客服电话'" @tap="makePhone(serviceContactInfo.phone)">{{serviceContactInfo.phone||''}}</text>
|
|
|
<text class="iconfont icon-jiantouyou"></text>
|
|
|
</view>
|
|
@@ -107,10 +107,10 @@
|
|
|
title: '我的优惠劵',
|
|
|
route: 'pagesMy/discount/index'
|
|
|
},
|
|
|
- // {
|
|
|
- // title: '我的积分',
|
|
|
- // route: 'pagesMy/integral/index'
|
|
|
- // },
|
|
|
+ {
|
|
|
+ title: '我的尊荣',
|
|
|
+ route: 'pagesMy/integral/index'
|
|
|
+ },
|
|
|
// {
|
|
|
// title: '我的资产',
|
|
|
// route: 'pagesMy/assets/index'
|