From f94284f460e2e0e37102c7ffebf5f46ad70b0a3a Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Mon, 6 Nov 2023 16:40:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/zbpSwiper.vue | 11 +++-------- pages/supply_chains/supply_chains.vue | 4 ++-- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/components/zbpSwiper.vue b/components/zbpSwiper.vue index b5151aa..aca5cf5 100644 --- a/components/zbpSwiper.vue +++ b/components/zbpSwiper.vue @@ -37,8 +37,8 @@ - + @@ -108,7 +108,7 @@ created() { this.getBanner() - this.Area() + // this.Area() }, @@ -120,11 +120,6 @@ }); }, - onShow() { - this.getBanner() - this.Area() - }, - methods: { swiperClick(item) { const url = item.info[1].value diff --git a/pages/supply_chains/supply_chains.vue b/pages/supply_chains/supply_chains.vue index 4afe60e..f7dd7a4 100644 --- a/pages/supply_chains/supply_chains.vue +++ b/pages/supply_chains/supply_chains.vue @@ -428,7 +428,7 @@ limit: that.where2.limit, street_code: id, category_id: 0, - location: this.latitude + ',' + this.longitude + location: this.latitude + ',' + this.longitude }).then(res => { // console.log(222) let list = res.data.list; @@ -655,7 +655,7 @@ this.town = res.data.address_reference.town.title this.street_id = res.data.address_reference.town.id this.street = res.data.address_reference.town.title; - this.list(true,this.street_id) + this.list(true, this.street_id) this.$nextTick(() => { this.$bus.$emit('value-updated', this.street + ',' + this .street_id);