Showing
1 changed file
with
2 additions
and
2 deletions
@@ -50,11 +50,11 @@ class ShopProcess | @@ -50,11 +50,11 @@ class ShopProcess | ||
50 | self::$shopData['shopId'] = self::$shopId; | 50 | self::$shopData['shopId'] = self::$shopId; |
51 | if (empty(self::$appVersion)) { | 51 | if (empty(self::$appVersion)) { |
52 | //全部商品链接 | 52 | //全部商品链接 |
53 | - self::$shopData['allGoods'] .= '&openby:yohobuy={"action":"go.list","params":{"title":"全部商品", "actiontype":"0","shop_id":"'.self::$shopId.'","page":"1"}}'; | 53 | + self::$shopData['allGoods'] = Helpers::url('', array('shop_id' => self::$shopId, 'title' => '全部商品'), 'search'); |
54 | //店铺简介页地址 | 54 | //店铺简介页地址 |
55 | self::$shopData['shopIntroHref'] = Helpers::url('/product/index/intro', array('shop_id' => self::$shopId)); | 55 | self::$shopData['shopIntroHref'] = Helpers::url('/product/index/intro', array('shop_id' => self::$shopId)); |
56 | } else { | 56 | } else { |
57 | - self::$shopData['allGoods'] = Helpers::url('', array('shop_id' => self::$shopId, 'title' => '全部商品'), 'search'); | 57 | + self::$shopData['allGoods'] = Helpers::url('', array('shop_id' => self::$shopId, 'title' => '全部商品'), 'search').'&openby:yohobuy={"action":"go.list","params":{"title":"全部商品", "actiontype":"0","shop_id":"'.self::$shopId.'","page":"1"}}'; |
58 | self::$shopData['shopIntroHref'] = Helpers::url('/product/index/intro', array('shop_id' => self::$shopId, 'app_version' => self::$appVersion)); | 58 | self::$shopData['shopIntroHref'] = Helpers::url('/product/index/intro', array('shop_id' => self::$shopId, 'app_version' => self::$appVersion)); |
59 | } | 59 | } |
60 | //搜索链接 | 60 | //搜索链接 |
-
Please register or login to post a comment