moonsflyer 5 месяцев назад
Родитель
Сommit
52540dc1ac
1 измененных файлов с 13 добавлено и 1 удалено
  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',
         'pc'            => '',
     ];
-
+    //我的足迹
+    const FOOTPRINTS = [
+        'mobile'        => '/bundle_b/pages/user-footprints/user-footprints',
+        'pc'            => '',
+    ];
 
 
     //商城路径页面
@@ -567,6 +571,14 @@ class ShopPageEnum{
             'params'    => [],
             'type'      => 'shop',
         ],
+        [
+            'index'     => 40,
+            'name'      => '我的足迹',
+            'path'      => self::FOOTPRINTS['mobile'],
+            'params'    => [],
+            'type'      => 'shop',
+        ],
+
     ];