guhongwei 2 år sedan
förälder
incheckning
4a2ab5440a
2 ändrade filer med 6 tillägg och 6 borttagningar
  1. 1 1
      pages.json
  2. 5 5
      pages/my/index.vue

+ 1 - 1
pages.json

@@ -122,7 +122,7 @@
 				{
 					"path": "integral/index",
 					"style": {
-						"navigationBarTitleText": "我的积分"
+						"navigationBarTitleText": "我的尊荣"
 					}
 				},
 				{

+ 5 - 5
pages/my/index.vue

@@ -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'