소스 검색

物流充值

chenlei 8 달 전
부모
커밋
48a229639b
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,
-      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,