修复bug
This commit is contained in:
parent
55f27158dc
commit
f94284f460
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user