|
@@ -569,12 +569,12 @@ var shoppingCart = new Vue({
|
|
|
var _self = this;
|
|
|
_self.isShowPopup = false;
|
|
|
},
|
|
|
- hanldHrefLink:function (shopId) {
|
|
|
+ hanldHrefLink:function (shop) {
|
|
|
console.log('shopId',shopId)
|
|
|
- if(shopId == 1161){
|
|
|
+ if(shop.shopType == 2){
|
|
|
return;
|
|
|
}
|
|
|
- window.open('/supplier-'+shopId+'.html');
|
|
|
+ window.open('/supplier-'+shop.shopId+'.html');
|
|
|
}
|
|
|
},
|
|
|
created: function () {
|