From 820cf2dc3f26cdcf35da0636d8ac9937e7a97478 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Mon, 14 Oct 2024 11:05:07 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=85=BB=E7=94=9F=E5=9C=A3=E5=9C=B0):[#249?= =?UTF-8?q?1]=E8=BE=93=E5=85=A5=E5=85=B3=E9=94=AE=E8=AF=8D=E5=90=8E?= =?UTF-8?q?=E6=9C=AA=E7=82=B9=E5=87=BB=E9=94=AE=E7=9B=98=E5=9B=9E=E8=BD=A6?= =?UTF-8?q?=E9=94=AE=EF=BC=8C=E5=88=97=E8=A1=A8=E6=8F=90=E7=A4=BA=E2=80=9C?= =?UTF-8?q?=E6=9A=82=E6=97=A0=E5=86=85=E5=AE=B9=E2=80=9D=EF=BC=8C=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=8A=B6=E6=80=81=E4=B8=8B=E4=B8=8D=E7=94=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=9A=82=E6=97=A0=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/healthSearch.vue | 61 ++++++++++++++++-------------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/pkg_product/views/healthSearch.vue b/pkg_product/views/healthSearch.vue index b58a054..22c8662 100644 --- a/pkg_product/views/healthSearch.vue +++ b/pkg_product/views/healthSearch.vue @@ -3,37 +3,39 @@ - - - - - - - - {{ item.areaName }} + + + + + + + + + {{ item.areaName }} + - - {{ item.content }} - - - + {{ item.content }} + + + + + {{ item.hotelName }} - {{ item.hotelName }} - - - - + + + + @@ -47,12 +49,12 @@ export default { webUrl: this.$VUE_APP_RESOURCES_URL, keyword: '', goodCityId: '', + isSearch: false, items: [] } }, onLoad(opts) { this.goodCityId = opts.city - this.search() }, methods: { search() { @@ -64,8 +66,9 @@ export default { limit: 9999 } getWellnessPlace(params).then(res => { - // console.log(res); this.items = res.data.records + }).finally(() => { + this.isSearch = true }) }, toStore(id) {