Commit 6067a0e8 authored by 华国豪's avatar 华国豪 🙄

1

parent 66b3add4
...@@ -357,21 +357,27 @@ Page({ ...@@ -357,21 +357,27 @@ Page({
'getMonthMsg.qFlightDateStart': new Date().Format("yyyy-MM-dd")+ " 00:00:00", 'getMonthMsg.qFlightDateStart': new Date().Format("yyyy-MM-dd")+ " 00:00:00",
"msg.qFlightDateStart": util.AddDays(new Date().Format("yyyy-MM-dd"), 6), "msg.qFlightDateStart": util.AddDays(new Date().Format("yyyy-MM-dd"), 6),
qitianhou: util.AddDays(new Date().Format("yyyy-MM-dd"), 6), qitianhou: util.AddDays(new Date().Format("yyyy-MM-dd"), 6),
"getMonthMsg.departure_city": options.sId, "getMonthMsg.departure_city": options.sId ? options.sId : 0,
"getMonthMsg.departure_cityname": options.sName, "getMonthMsg.departure_cityname": options.sName ? options.sName : '',
"getMonthMsg.arrival_cityname": options.eName, "getMonthMsg.arrival_cityname": options.eName ? options.eName : '',
"getMonthMsg.arrival_city": options.eId, "getMonthMsg.arrival_city": options.eId ? options.eId : 0,
"getMonthMsg.ticketType": options.type, "getMonthMsg.ticketType": options.type ? options.type : 1,
"msg.departure_city": options.sId, "msg.departure_city": options.sId ? options.sId : 0,
"msg.departure_cityname": options.sName, "msg.departure_cityname": options.sName ? options.sName : '',
"msg.arrival_cityname": options.eName, "msg.arrival_cityname": options.eName ? options.eName : '',
"msg.arrival_city": options.eId, "msg.arrival_city": options.eId ? options.eId : 0,
"msg.ticketType": options.type, "msg.ticketType": options.type ? options.type : 1,
"msg.ticketType": options.type,
}) })
this.getMinPrice() this.getMinPrice()
this.getForMonthMinPrice() this.getForMonthMinPrice()
this.getList() this.getList()
this.initAirlines()
},
screengetList: function (){
this.getList()
this.setData({
screenBoxShow: false
})
}, },
childrenEvent: function (i) { childrenEvent: function (i) {
console.log(i) console.log(i)
......
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
</scroll-view> </scroll-view>
</view> </view>
<view class='screen-btn '> <view class='screen-btn '>
<text class='f28' catchtap='getList'>查看结果</text> <text class='f28' catchtap='screengetList'>查看结果</text>
</view> </view>
</view> </view>
</view> </view>
......
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