Commit 72edfbe0 authored by 18224442217's avatar 18224442217

no message

parent a81d5147
...@@ -231,7 +231,9 @@ ...@@ -231,7 +231,9 @@
}, },
onLoad(options){ onLoad(options){
this.msg.DepartCityId = this.msgAddress.DepartCityId = this.OriginAddress.DepartCityId = options.DepartCityId?options.DepartCityId:0, this.msg.DepartCityId = this.msgAddress.DepartCityId = this.OriginAddress.DepartCityId = options.DepartCityId?options.DepartCityId:0,
this.msg.ArriveCityId = this.msgAddress.ArriveCityId = this.OriginAddress.ArriveCityId = options.ArriveCityId?options.ArriveCityId:0 this.msg.ArriveCityId = this.msgAddress.ArriveCityId = this.OriginAddress.ArriveCityId = options.ArriveCityId?options.ArriveCityId:0,
this.msg.TicketType = this.msgAddress.TicketType = options.TicketType>0?options.TicketType:2,
this.U = uni.getStorageSync("mall_UserInfo") this.U = uni.getStorageSync("mall_UserInfo")
if(this.U&&this.U.Token){ if(this.U&&this.U.Token){
this.isToken = true this.isToken = true
......
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