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) {