Ver Fonte

增加我的足迹菜单

moonsflyer há 5 meses atrás
pai
commit
52540dc1ac
1 ficheiros alterados com 13 adições e 1 exclusões
  1. 13 1
      app/common/enum/ShopPageEnum.php

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

@@ -277,7 +277,11 @@ class ShopPageEnum{
         'mobile'        => '/bundle_b/pages/restaurant/restaurant',
         'mobile'        => '/bundle_b/pages/restaurant/restaurant',
         'pc'            => '',
         'pc'            => '',
     ];
     ];
-
+    //我的足迹
+    const FOOTPRINTS = [
+        'mobile'        => '/bundle_b/pages/user-footprints/user-footprints',
+        'pc'            => '',
+    ];
 
 
 
 
     //商城路径页面
     //商城路径页面
@@ -567,6 +571,14 @@ class ShopPageEnum{
             'params'    => [],
             'params'    => [],
             'type'      => 'shop',
             'type'      => 'shop',
         ],
         ],
+        [
+            'index'     => 40,
+            'name'      => '我的足迹',
+            'path'      => self::FOOTPRINTS['mobile'],
+            'params'    => [],
+            'type'      => 'shop',
+        ],
+
     ];
     ];