diff --git a/src/views/officialWebsite/product.vue b/src/views/officialWebsite/product.vue index ef86f4d1..ec476052 100644 --- a/src/views/officialWebsite/product.vue +++ b/src/views/officialWebsite/product.vue @@ -476,7 +476,7 @@ productId: "", this.$message.error("图片还未上传成功,请耐心等待。"); return } - if(!this.nowData1.detailedIntroductionImage){ + if(!this.nowData.detailedIntroductionImage){ this.$message.error("图片还未上传。"); return }