Commit fd3fafeb authored by Mac's avatar Mac

拼车选择

parent 2007eab3
......@@ -136,7 +136,8 @@ export default {
RideNum:0,
CarClass:'',
CarBrandId:0,
RegionIds:0
RegionIds:0,
IsSpell:2,
},
screenList:[],
contents:[
......@@ -179,6 +180,7 @@ export default {
this.msg.RegionIds = item.RegionIds
this.msg.RideNum = item.RideNum
this.msg.StartTime = item.StartTime
this.msg.IsSpell = item.IsSpell
this.STime = this.getTime(item.StartTime)
this.ETime = this.getTime(item.EndTime)
......
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