hwq 3 роки тому
батько
коміт
25295b9001
2 змінених файлів з 3 додано та 3 видалено
  1. 1 1
      pages.json
  2. 2 2
      pages/user/user.vue

+ 1 - 1
pages.json

@@ -338,7 +338,7 @@
 		{
 			"path": "pages/user/scoreAccumulate",
 			"style": {
-				"navigationBarTitleText": "积分明细"
+				"navigationBarTitleText": "响亮积分明细"
 			}
 		},
 		{

+ 2 - 2
pages/user/user.vue

@@ -59,7 +59,7 @@
 					</view>
 					<view class="tj-item" @click="navTo('/pages/user/scoreAccumulate')">
 						<text class="num">{{ userInfo.integral || '0.00' }}</text>
-						<text>积分</text>
+						<text>响亮积分</text>
 					</view>
 				</view>
 				<!-- 订单 -->
@@ -130,7 +130,7 @@
 						</view>
 						<view class="order-item" @click="navTo('/pages/user/scoreAccumulate')" hover-class="common-hover" :hover-stay-time="50">
 							<view class="icon"><image class="icon-img" src="/static/icon/u3.png" mode="aspectFit"></image></view>
-							<text>积分明细</text>
+							<text>响亮积分明细</text>
 						</view>
 						<!-- <view class="order-item" @click="navTo('/pages/order/order?state=4')" hover-class="common-hover" :hover-stay-time="50">
 							<view class="icon"><image class="icon-img" src="/static/icon/u4.png" mode="aspectFit"></image></view>