@@ -513,12 +513,6 @@ export default {
this.productData = res.data
this.cost = res.data.cost || 0
- //特价
- let discountPrice = res.data.discountPrice ? parseFloat(res.data.discountPrice) : 0
- if(Number(discountPrice)>0){
- this.tjLinkage()
- }
-
});
},
imgUploadSuccess(res) {