Commit 0b1cd4dc authored by zhengke's avatar zhengke

修改

parent e64d15bb
...@@ -386,6 +386,7 @@ ...@@ -386,6 +386,7 @@
Number: 0, //人数 Number: 0, //人数
}], }],
TripSTime: '', //预约日期 TripSTime: '', //预约日期
TripETime: '', //预约日期
District: 0, //区id District: 0, //区id
City: 0, //市id City: 0, //市id
Province: 0, //省id Province: 0, //省id
...@@ -474,6 +475,7 @@ ...@@ -474,6 +475,7 @@
this.msg.ShoppingAddress = options.ShoppingAddress; this.msg.ShoppingAddress = options.ShoppingAddress;
//时间的处理 //时间的处理
this.msg.TripSTime = options.StartTime; this.msg.TripSTime = options.StartTime;
this.msg.TripETime = options.EndTime;
this.STime = this.getTime(options.StartTime); this.STime = this.getTime(options.StartTime);
this.StartTime = options.StartTime; this.StartTime = options.StartTime;
this.ETime = this.getTime(options.EndTime); this.ETime = this.getTime(options.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