From 264aa0849d2ad21e99a3d9ff28bbfbc0d7c025e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Thu, 31 Jul 2025 11:18:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=98=E7=BD=91=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=A4=A7=E5=B0=8F=E9=99=90=E5=88=B6=E5=8F=96?= =?UTF-8?q?=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/officialWebsite/product.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.47.2 From 12d72eaab5eb401f7ae6021cf6f0ae1c63a996ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Thu, 31 Jul 2025 11:23:35 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=AE=98=E7=BD=91=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=A4=A7=E5=B0=8F=E9=99=90=E5=88=B6=E5=8F=96?= =?UTF-8?q?=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/officialWebsite/product.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/officialWebsite/product.vue b/src/views/officialWebsite/product.vue index ec476052..a4704a4f 100644 --- a/src/views/officialWebsite/product.vue +++ b/src/views/officialWebsite/product.vue @@ -476,7 +476,7 @@ productId: "", this.$message.error("图片还未上传成功,请耐心等待。"); return } - if(!this.nowData.detailedIntroductionImage){ + if(!this.nowData1.productDisplayImages){ this.$message.error("图片还未上传。"); return } -- 2.47.2