|
@@ -180,15 +180,11 @@ var productList = new Vue({
|
|
|
hanldCheckedActiviHref(){// 选择促销商品选项跳转链接(PC专用)
|
|
|
var promotionFlag = this.isActiviChecked ? 0 : 1;
|
|
|
var url = '/product/classify-'+this.typeSort+'-'+this.bigTypeId+'-'+this.smallTypeId+'-'+this.tinyTypeId+'-1-'+this.params.pageSize+'-'+this.params.sortField+'-'+this.params.sortType+'.html?bpn='+this.hrefBrandId+ '&pro='+promotionFlag+'&newg='+ this.params.newFlag;
|
|
|
- console.log('url==========>',url)
|
|
|
- return;
|
|
|
window.location.href = url;
|
|
|
},
|
|
|
hanldCheckedNewsHref(){// 选择新品选项跳转链接(PC专用)
|
|
|
var newFlag = this.isNewsChecked ? 0 : 1;
|
|
|
var url = '/product/classify-'+this.typeSort+'-'+this.bigTypeId+'-'+this.smallTypeId+'-'+this.tinyTypeId+'-1-'+this.params.pageSize+'-'+this.params.sortField+'-'+this.params.sortType+'.html?bpn='+this.hrefBrandId+ '&pro=' + this.params.promotionFlag+'&newg='+newFlag;
|
|
|
- console.log('url==========>',url)
|
|
|
- return;
|
|
|
window.location.href = url;
|
|
|
},
|
|
|
showIsProductScreen:function(){//
|