|
@@ -179,8 +179,8 @@ var productList = new Vue({
|
|
|
},
|
|
|
choiceBrandHref: function (brand, index) {// PC端跳转链接
|
|
|
window.location.href = '/product/list.html?keyword=' + encodeURIComponent(this.params.keyword) +
|
|
|
- '&bpn=' + brand.id + '&pro=' + this.params.promotionFlag +
|
|
|
- '&newg='+ this.params.newFlag;
|
|
|
+ '&bpn=' + brand.id + '&pro=' + this.params.promotionFlag +
|
|
|
+ '&newg='+ this.params.newFlag;
|
|
|
},
|
|
|
choiceBrandAllHref:function(){// PC全部品牌跳转链接
|
|
|
window.location.href = '/product/list.html?keyword=' + encodeURIComponent(this.params.keyword) +
|
|
@@ -234,13 +234,13 @@ var productList = new Vue({
|
|
|
hanldCheckedActiviHref(){// 选择促销商品选项跳转链接(PC专用)
|
|
|
var promotionFlag = this.isActiviChecked ? 0 : 1;
|
|
|
window.location.href = '/product/list.html?keyword='+encodeURIComponent(this.params.keyword)+
|
|
|
- '&bpn='+this.hrefBrandId+ '&pro='+promotionFlag+'&newg='+ this.params.newFlag;
|
|
|
+ '&bpn='+this.hrefBrandId+ '&pro='+promotionFlag+'&newg='+ this.params.newFlag;
|
|
|
},
|
|
|
hanldCheckedNewsHref(){// 选择新品选项跳转链接(PC专用)
|
|
|
var newFlag = this.isNewsChecked ? 0 : 1;
|
|
|
window.location.href = '/product/list.html?keyword='+encodeURIComponent(this.params.keyword)+
|
|
|
- '&bpn='+this.hrefBrandId+ '&pro=' + this.params.promotionFlag +
|
|
|
- '&newg='+newFlag;
|
|
|
+ '&bpn='+this.hrefBrandId+ '&pro=' + this.params.promotionFlag +
|
|
|
+ '&newg='+newFlag;
|
|
|
},
|
|
|
showIsProductScreen:function(){//
|
|
|
this.isProductScreen = true;
|
|
@@ -328,4 +328,4 @@ var productList = new Vue({
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
-});
|
|
|
+});
|