shish 3 年之前
父節點
當前提交
688532d123
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      ghsApp/src/admin/item/detail.vue

+ 0 - 6
ghsApp/src/admin/item/detail.vue

@@ -513,12 +513,6 @@ export default {
         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) {