Showing
1 changed file
with
1 additions
and
1 deletions
@@ -25,7 +25,7 @@ let _replaceData = function(el, cond, data, wh, fp) { | @@ -25,7 +25,7 @@ let _replaceData = function(el, cond, data, wh, fp) { | ||
25 | let brandDom = el.find('.product-brand'); | 25 | let brandDom = el.find('.product-brand'); |
26 | if (brandDom) { | 26 | if (brandDom) { |
27 | if (data.shop_id) { | 27 | if (data.shop_id) { |
28 | - brandDom.attr('href', `//m.yohobuy.com/product/index/brand?domain=${data.brand_domain}&openby:yohobuy={"action":"go.shop","params":{"shop_id":${data.shop_id},"shop_template_type":${data.shop_template_type}}}`); | 28 | + brandDom.attr('href', `//m.yohobuy.com/product/index/brand?domain=${data.brand_domain}&openby:yohobuy={"action":"go.shop","params":{"shop_id":${data.shop_id},"shop_template_type":${data.shop_template_type},"is_red_shop":${shop.is_red_shop}}`); |
29 | } else { | 29 | } else { |
30 | brandDom.attr('href', `//m.yohobuy.com/product/index/brand?domain=${data.brand_domain}&openby:yohobuy={"action":"go.brand","params":{"brand_id":${data.brand_id}}}`); | 30 | brandDom.attr('href', `//m.yohobuy.com/product/index/brand?domain=${data.brand_domain}&openby:yohobuy={"action":"go.brand","params":{"brand_id":${data.brand_id}}}`); |
31 | } | 31 | } |
-
Please register or login to post a comment