yuxingxing 2 лет назад
Родитель
Сommit
f481f0e54a
2 измененных файлов с 16 добавлено и 52 удалено
  1. 14 50
      mock/json/menu_res.json
  2. 2 2
      pages/user/index.vue

+ 14 - 50
mock/json/menu_res.json

@@ -1,76 +1,40 @@
 {
     "routine_my_menus": [
-        {
-            "id": 1157,
-            "name": "付费会员",
-            "pic": "https://demo26.crmeb.net/statics/system_images/menu_vip.png",
-            "url": "/pages/annex/vip_paid/index"
-        },
         {
             "id": 1158,
-            "name": "发票管理",
+            "name": "寄售订单",
             "pic": "https://demo26.crmeb.net/statics/system_images/menu_invoice.png",
             "url": "/pages/users/user_invoice_list/index"
         },
         {
-            "id": 1159,
-            "name": "积分中心",
-            "pic": "https://demo26.crmeb.net/statics/system_images/menu_integral.png",
-            "url": "/pages/users/user_integral/index"
+            "id": 1162,
+            "name": "我的地址",
+            "pic": "https://demo26.crmeb.net/statics/system_images/menu_address.png",
+            "url": "/pages/users/user_address_list/index"
+        },
+        {
+            "id": 1164,
+            "name": "我的邀请码",
+            "pic": "https://demo26.crmeb.net/statics/system_images/menu_spread.png",
+            "url": "/pages/users/user_spread_user/index"
         },
         {
             "id": 1160,
-            "name": "联系客服",
+            "name": "客服中心",
             "pic": "https://demo26.crmeb.net/statics/system_images/menu_customer.png",
             "url": "/pages/extension/customer_list/chat"
         },
-        {
-            "id": 1161,
-            "name": "我的收藏",
-            "pic": "https://demo26.crmeb.net/statics/system_images/menu_collection.png",
-            "url": "/pages/users/user_goods_collection/index"
-        },
-        {
-            "id": 1162,
-            "name": "地址信息",
-            "pic": "https://demo26.crmeb.net/statics/system_images/menu_address.png",
-            "url": "/pages/users/user_address_list/index"
-        },
         {
             "id": 1163,
-            "name": "我的余额",
+            "name": "寄卖广场",
             "pic": "https://demo26.crmeb.net/statics/system_images/menu_money.png",
             "url": "/pages/users/user_money/index"
         },
-        {
-            "id": 1164,
-            "name": "我的推广",
-            "pic": "https://demo26.crmeb.net/statics/system_images/menu_spread.png",
-            "url": "/pages/users/user_spread_user/index"
-        },
         {
             "id": 1165,
-            "name": "砍价记录",
+            "name": "平台管理",
             "pic": "https://demo26.crmeb.net/statics/system_images/menu_bargain.png",
             "url": "/pages/activity/bargain/index"
-        },
-        {
-            "id": 1166,
-            "name": "浏览记录",
-            "pic": "https://demo26.crmeb.net/statics/system_images/menu_log.png",
-            "url": "/pages/users/visit_list/index"
-        },
-        {
-            "id": 1167,
-            "name": "我的等级",
-            "pic": "https://demo26.crmeb.net/statics/system_images/menu_level.png",
-            "url": "/pages/users/user_vip/index"
-        },
-        {
-            "id": 1168,
-            "name": "抽奖记录",
-            "pic": "https://demo26.crmeb.net/uploads/attach/2022/09/20220909/0792fc1da45d6621fcd9a0bb941911f4.png",
-            "url": "/pages/goods/lottery/grids/record"
         }
     ],
     "routine_my_banner": [],

+ 2 - 2
pages/user/index.vue

@@ -224,7 +224,7 @@
 				</view>
 				<!-- 会员菜单 -->
 				<view class="user-menus" style="margin-top: 20rpx;">
-					<view class="menu-title">{{$t('我的服务')}}</view>
+					<view class="menu-title">{{$t('常用功能')}}</view>
 					<view class="list-box">
 						<!-- #ifdef APP-PLUS || H5 -->
 						<block v-for="(item,index) in MyMenus" :key="index">
@@ -1249,7 +1249,7 @@ body {
 			align-items: center;
 			justify-content: space-between;
 			flex-direction: column;
-			width: 25%;
+			width: 32%;
 			margin-bottom: 47rpx;
 			font-size: 26rpx;
 			color: #333333;