|
|
@@ -225,6 +225,11 @@ class ShopPageEnum{
|
|
|
'mobile' => '/pages/mall/mall',
|
|
|
'pc' => '',
|
|
|
];
|
|
|
+ //会员卡兑换
|
|
|
+ const CARD_EXCHANGE = [
|
|
|
+ 'mobile' => '/pages/card-exchange/card-exchange',
|
|
|
+ 'pc' => '',
|
|
|
+ ];
|
|
|
|
|
|
|
|
|
//商城路径页面
|
|
|
@@ -450,7 +455,13 @@ class ShopPageEnum{
|
|
|
'params' => [],
|
|
|
'type' => 'shop',
|
|
|
],
|
|
|
-
|
|
|
+ [
|
|
|
+ 'index' => 31,
|
|
|
+ 'name' => '会员卡兑换',
|
|
|
+ 'path' => self::CARD_EXCHANGE['mobile'],
|
|
|
+ 'params' => [],
|
|
|
+ 'type' => 'shop',
|
|
|
+ ],
|
|
|
];
|
|
|
|
|
|
|