|
@@ -333,9 +333,6 @@ export default {
|
|
|
this.hjDiscountPrice = 0
|
|
this.hjDiscountPrice = 0
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- focus() {
|
|
|
|
|
- //this.printFocus = true
|
|
|
|
|
- },
|
|
|
|
|
blur() {
|
|
blur() {
|
|
|
this.printFocus = false
|
|
this.printFocus = false
|
|
|
},
|
|
},
|
|
@@ -514,6 +511,13 @@ export default {
|
|
|
)[0];
|
|
)[0];
|
|
|
this.productData = res.data
|
|
this.productData = res.data
|
|
|
this.cost = res.data.cost || 0
|
|
this.cost = res.data.cost || 0
|
|
|
|
|
+
|
|
|
|
|
+ //特价
|
|
|
|
|
+ let discountPrice = res.data.discountPrice ? parseFloat(res.data.discountPrice) : 0
|
|
|
|
|
+ if(Number(discountPrice)>0){
|
|
|
|
|
+ this.tjLinkage()
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
imgUploadSuccess(res) {
|
|
imgUploadSuccess(res) {
|