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