From eff9db385afa2c64b83fe8e177962eb33217f323 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Thu, 10 Oct 2024 19:25:24 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2454=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=E5=BA=B7=E5=85=BB=E9=A6=96?= =?UTF-8?q?=E9=A1=B5--=E6=9C=80=E6=96=B0=E5=B1=95=E4=BC=9A=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=9C=80=E8=A6=81=E5=81=9A=E8=87=AA=E5=8A=A8=E8=BD=AE?= =?UTF-8?q?=E6=92=AD=E6=95=88=E6=9E=9C=EF=BC=8C3=E7=A7=92=E8=BD=AE?= =?UTF-8?q?=E6=92=AD=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/healthList.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pkg_product/views/healthList.vue b/pkg_product/views/healthList.vue index 6081552..f4c5b31 100644 --- a/pkg_product/views/healthList.vue +++ b/pkg_product/views/healthList.vue @@ -74,7 +74,11 @@ --> 最新展会 - {{ sanctum.name }} + + + {{ item.name }} + + @@ -200,7 +204,7 @@ export default { this.searchReq() }) getWellnessExhibition().then(({data}) => { - this.sanctum = data.records[0] + this.sanctum = data.records }) }, toExpo(id) { @@ -305,6 +309,10 @@ export default {