Przeglądaj źródła

添加底部导航会员卡兑换

moonsflyer 6 miesięcy temu
rodzic
commit
335add0914
1 zmienionych plików z 12 dodań i 1 usunięć
  1. 12 1
      app/common/enum/ShopPageEnum.php

+ 12 - 1
app/common/enum/ShopPageEnum.php

@@ -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',
+        ],
     ];