|
@@ -77,12 +77,12 @@ var supplierList = new Vue({
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
- 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');
|
|
|
}
|
|
|
|
|
|
},
|