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