Authored by 王水玲

mip 修改

... ... @@ -194,7 +194,7 @@ class ProductDetail extends global.yoho.BaseModel {
let skn = $(value).closest('.good-info').data('id');
if (skn) {
href = `${params.protocol}://m.yohobuy.com/mip/product/${skn}.html`;
href = `${params.protocol}://m.yohobuy.com/product/${skn}.html?union_type=100000000013130`;
}
$(value).attr('href', href);
});
... ...
... ... @@ -85,11 +85,11 @@
{{/if}}
{{# enterStore}}
<div id="enter-store" class="enter-store page-block tap-hightlight">
<a class="store-logo" href="{{url}}">
<a class="store-logo" href="{{url}}?union_type=100000000013130">
<mip-img src="{{image2 img w=100 h=100 q=90}}" alt="{{storeName}}"></mip-img>
</a>
<a class="store-name" href="{{url}}">{{storeName}}</a>
<a class="store-link" href="{{url}}">进入店铺&nbsp;<span>&gt;</span></a>
<a class="store-name" href="{{url}}?union_type=100000000013130">{{storeName}}</a>
<a class="store-link" href="{{url}}?union_type=100000000013130">进入店铺&nbsp;<span>&gt;</span></a>
</div>
{{/ enterStore}}
<div class="product-desc">
... ... @@ -98,16 +98,16 @@
<div id="shop-goods-container" class="goods-container">{{{preference}}}</div>
<div class="cart-bar-fixed">
<div class="cart-bar">
<a href="//m.yohobuy.com/cart/index/index" class="new-foot-ico" rel="nofollow">
<a href="//m.yohobuy.com/cart/index/index?union_type=100000000013130" class="new-foot-ico" rel="nofollow">
<div class="cart-icon"></div>
<div class="tip">购物车</div>
</a>
<a {{# enterStore}}href="{{url}}"{{/ enterStore}} class="new-foot-ico store{{#unless enterStore}} opa{{/unless}}">
<a {{# enterStore}}href="{{url}}?union_type=100000000013130"{{/ enterStore}} class="new-foot-ico store{{#unless enterStore}} opa{{/unless}}">
<div class="shop-icon"></div>
<div class="tip">品牌店铺</div>
</a>
{{# baseInfo}}
<a href="//m.yohobuy.com/product/{{product_skn}}.html" class="addto-cart add-to-cart-url">立即购买</a>
<a href="//m.yohobuy.com/product/{{product_skn}}.html?union_type=100000000013130" class="addto-cart add-to-cart-url">立即购买</a>
{{/ baseInfo}}
</div>
</div>
... ...