Commit a517923c authored by youjie's avatar youjie

修复

parent c54f6cd2
......@@ -124,10 +124,11 @@
},
onLoad(options) {
if (options.OrderTypeStr) this.msg.OrderTypeStr = options.OrderTypeStr
else this.research()
if (options.OrderStatus) this.msg.OrderStatus = options.OrderStatus
},
onShow() {
this.research()
},
created() {
const that = this
......
......@@ -185,6 +185,7 @@
})
},
searchClose() {
uni.hideLoading()
this.isShow = false
this.parameters.KeyWords = ''
this.addressList = []
......
......@@ -178,6 +178,7 @@
@cancel="setDateHandler"
@confirm="setDateHandler"
confirmColor="#B99846"
:defaultTime="busInfor.time"
></u-picker>
<!--机场选择-->
<u-popup mode="bottom" border-radius="20"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment