瀏覽代碼

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

chenlei 8 月之前
父節點
當前提交
f6cec19a1a
共有 2 個文件被更改,包括 2 次插入2 次删除
  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,
       id: 3,
-      name: '优惠省钱',
+      name: '我的优惠',
       icon: card,
       icon: card,
     },
     },
   ],
   ],

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

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