修复bug

This commit is contained in:
weipengfei 2023-11-06 16:40:08 +08:00
parent 55f27158dc
commit f94284f460
2 changed files with 5 additions and 10 deletions

View File

@ -37,8 +37,8 @@
</block>
</swiper>
</view>
<u-picker :defaultIndex="defaInd" :show="showPicker" ref="uPicker" :columns="columnData" @confirm="confirm"
@cancel="showPicker = false" @change="changeHandler" keyName="name"></u-picker>
<!-- <u-picker :defaultIndex="defaInd" :show="showPicker" ref="uPicker" :columns="columnData" @confirm="confirm"
@cancel="showPicker = false" @change="changeHandler" keyName="name"></u-picker> -->
</view>
</template>
@ -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

View File

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