|
@@ -251,11 +251,11 @@ const shop = { |
|
@@ -251,11 +251,11 @@ const shop = { |
251
|
}
|
251
|
}
|
252
|
|
252
|
|
253
|
let appPath = 'yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.shop","params":{"shop_template_type":"1","shop_id":"' +
|
253
|
let appPath = 'yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.shop","params":{"shop_template_type":"1","shop_id":"' +
|
254
|
- shopId + '","shop_name":"' + baseShop.shopName + '"}}';
|
254
|
+ shopId + '","shop_name":"' + shopInfo.shop_name + '"}}';
|
255
|
|
255
|
|
256
|
if (shopInfoResult.is_red_shop === 1) {
|
256
|
if (shopInfoResult.is_red_shop === 1) {
|
257
|
appPath = 'yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.shop","params":{"shop_template_type":"1","is_red_shop":"1","shop_id":"' +
|
257
|
appPath = 'yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.shop","params":{"shop_template_type":"1","is_red_shop":"1","shop_id":"' +
|
258
|
- shopId + '","shop_name":"' + baseShop.shopName + '"}}';
|
258
|
+ shopId + '","shop_name":"' + shopInfo.shop_name + '"}}';
|
259
|
}
|
259
|
}
|
260
|
|
260
|
|
261
|
res.render('newshop/shop-base', {
|
261
|
res.render('newshop/shop-base', {
|