Browse Source

Merge branch '物流充值_cl' of chenlei/mobile into master

chenlei 8 tháng trước cách đây
mục cha
commit
f6cec19a1a
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/pages/index/index.vue
  2. 1 1
      src/utils/config/pages.ts

+ 1 - 1
src/pages/index/index.vue

@@ -269,7 +269,7 @@ const data = ay.initData({
     },
     {
       id: 3,
-      name: '优惠省钱',
+      name: '我的优惠',
       icon: card,
     },
   ],

+ 1 - 1
src/utils/config/pages.ts

@@ -141,7 +141,7 @@ export default {
   cards_index: {
     _url: '/pages/cards/index',
     _type: 'page',
-    title: '优惠省钱',
+    title: '我的优惠',
     identity: true,
     isPager: false
   } as ayPage,