出行方式 取消 清空免费公里数

This commit is contained in:
Mr.jiang 2024-08-21 10:46:09 +08:00
parent fcc0644787
commit 3a6fdf3b2f
1 changed files with 2 additions and 3 deletions

View File

@ -138,15 +138,13 @@
return this.zIndex ? this.zIndex : this.$u.zIndex.popup; return this.zIndex ? this.zIndex : this.$u.zIndex.popup;
} }
}, },
mounted() {
console.log("listShow",this.listShow)
},
methods: { methods: {
chuzuInp(e){ chuzuInp(e){
this.chuzuValue=e.detail.value this.chuzuValue=e.detail.value
}, },
// //
close() { close() {
this.inpValue=''
// inputpropsvalue // inputpropsvalue
// vue // vue
this.popupClose(); this.popupClose();
@ -154,6 +152,7 @@
}, },
// //
popupClose() { popupClose() {
this.inpValue=''
this.$emit('input', false); this.$emit('input', false);
}, },
// item // item