From 51b5a77d0773e5a0ce65032a5b64bd3b45d1ce5d Mon Sep 17 00:00:00 2001 From: linxi Date: Tue, 6 May 2025 15:47:39 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2787=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E7=82=B9=E5=87=BB=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E5=B7=B2=E4=B8=8B=E6=9E=B6=E7=9A=84=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=EF=BC=8C=E9=A1=B5=E9=9D=A2=E7=A9=BA?= =?UTF-8?q?=E7=99=BD=E5=B9=B6=E4=B8=94=E6=B2=A1=E6=9C=89=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=EF=BC=9A=E8=AF=A5=E4=BA=A7=E5=93=81=E5=B7=B2=E4=B8=8B=E6=9E=B6?= =?UTF-8?q?=E6=88=96=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsCon/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index f0e1567..6b5aaf0 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -1068,6 +1068,7 @@ export default { }) getProductDetail(this.id, from).then(res => { const { data } = res + uni.hideLoading() this.$set(this, 'storeInfo', data.storeInfo) this.isWenwan = data.isWenwan this.qualifications = data.qualifications || []