|
|
@@ -231,6 +231,54 @@ class ShopPageEnum{
|
|
|
'pc' => '',
|
|
|
];
|
|
|
|
|
|
+ //红色记忆
|
|
|
+ const RED_MEMORY = [
|
|
|
+ 'mobile' => '/bundle_b/pages/red-memory/red-memory',
|
|
|
+ 'pc' => '',
|
|
|
+ ];
|
|
|
+
|
|
|
+ //交通枢纽
|
|
|
+ const TRANSPORTATION = [
|
|
|
+ 'mobile' => '/bundle_b/pages/transportation/transportation',
|
|
|
+ 'pc' => '',
|
|
|
+ ];
|
|
|
+
|
|
|
+ //集市
|
|
|
+ const MARKET = [
|
|
|
+ 'mobile' => '/bundle_b/pages/market/market',
|
|
|
+ 'pc' => '',
|
|
|
+ ];
|
|
|
+
|
|
|
+ //休闲赶海
|
|
|
+ const CATCH_SEA = [
|
|
|
+ 'mobile' => '/bundle_b/pages/catch_sea/catch_sea',
|
|
|
+ 'pc' => '',
|
|
|
+ ];
|
|
|
+
|
|
|
+ //牡蛎品鲜
|
|
|
+ const FRESH_OYSTERS = [
|
|
|
+ 'mobile' => '/bundle_b/pages/fresh_oysters/fresh_oysters',
|
|
|
+ 'pc' => '',
|
|
|
+ ];
|
|
|
+
|
|
|
+ //自然风光
|
|
|
+ const NATURAL_SCENERY = [
|
|
|
+ 'mobile' => '/bundle_b/pages/natural_scenery/natural_scenery',
|
|
|
+ 'pc' => '',
|
|
|
+ ];
|
|
|
+
|
|
|
+ //酒店
|
|
|
+ const HOTAL = [
|
|
|
+ 'mobile' => '/bundle_b/pages/hotel/hotel',
|
|
|
+ 'pc' => '',
|
|
|
+ ];
|
|
|
+ //餐饮
|
|
|
+ const RESTAURANT = [
|
|
|
+ 'mobile' => '/bundle_b/pages/restaurant/restaurant',
|
|
|
+ 'pc' => '',
|
|
|
+ ];
|
|
|
+
|
|
|
+
|
|
|
|
|
|
//商城路径页面
|
|
|
const SHOP_PAGE = [
|
|
|
@@ -462,6 +510,62 @@ class ShopPageEnum{
|
|
|
'params' => [],
|
|
|
'type' => 'shop',
|
|
|
],
|
|
|
+ [
|
|
|
+ 'index' => 32,
|
|
|
+ 'name' => '红色记忆',
|
|
|
+ 'path' => self::RED_MEMORY['mobile'],
|
|
|
+ 'params' => [],
|
|
|
+ 'type' => 'shop',
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ 'index' => 33,
|
|
|
+ 'name' => '交通枢纽',
|
|
|
+ 'path' => self::TRANSPORTATION['mobile'],
|
|
|
+ 'params' => [],
|
|
|
+ 'type' => 'shop',
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ 'index' => 34,
|
|
|
+ 'name' => '集市',
|
|
|
+ 'path' => self::MARKET['mobile'],
|
|
|
+ 'params' => [],
|
|
|
+ 'type' => 'shop',
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ 'index' => 35,
|
|
|
+ 'name' => '休闲赶海',
|
|
|
+ 'path' => self::CATCH_SEA['mobile'],
|
|
|
+ 'params' => [],
|
|
|
+ 'type' => 'shop',
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ 'index' => 36,
|
|
|
+ 'name' => '牡蛎品鲜',
|
|
|
+ 'path' => self::FRESH_OYSTERS['mobile'],
|
|
|
+ 'params' => [],
|
|
|
+ 'type' => 'shop',
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ 'index' => 37,
|
|
|
+ 'name' => '自然风光',
|
|
|
+ 'path' => self::NATURAL_SCENERY['mobile'],
|
|
|
+ 'params' => [],
|
|
|
+ 'type' => 'shop',
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ 'index' => 38,
|
|
|
+ 'name' => '酒店',
|
|
|
+ 'path' => self::HOTAL['mobile'],
|
|
|
+ 'params' => [],
|
|
|
+ 'type' => 'shop',
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ 'index' => 39,
|
|
|
+ 'name' => '餐饮',
|
|
|
+ 'path' => self::RESTAURANT['mobile'],
|
|
|
+ 'params' => [],
|
|
|
+ 'type' => 'shop',
|
|
|
+ ],
|
|
|
];
|
|
|
|
|
|
|