...
|
...
|
@@ -50,11 +50,11 @@ class ShopProcess |
|
|
self::$shopData['shopId'] = self::$shopId;
|
|
|
if (empty(self::$appVersion)) {
|
|
|
//全部商品链接
|
|
|
self::$shopData['allGoods'] .= '&openby:yohobuy={"action":"go.list","params":{"title":"全部商品", "actiontype":"0","shop_id":"'.self::$shopId.'","page":"1"}}';
|
|
|
self::$shopData['allGoods'] = Helpers::url('', array('shop_id' => self::$shopId, 'title' => '全部商品'), 'search');
|
|
|
//店铺简介页地址
|
|
|
self::$shopData['shopIntroHref'] = Helpers::url('/product/index/intro', array('shop_id' => self::$shopId));
|
|
|
} else {
|
|
|
self::$shopData['allGoods'] = Helpers::url('', array('shop_id' => self::$shopId, 'title' => '全部商品'), 'search');
|
|
|
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"}}';
|
|
|
self::$shopData['shopIntroHref'] = Helpers::url('/product/index/intro', array('shop_id' => self::$shopId, 'app_version' => self::$appVersion));
|
|
|
}
|
|
|
//搜索链接
|
...
|
...
|
|