Commit c14b853c authored by zhengke's avatar zhengke

修改

parent 742fdb8a
......@@ -506,7 +506,7 @@ export default {
this.currentPriceInfo = JSON.parse(
decodeURIComponent(option.currentPriceInfo)
);
let t = JSON.parse(option.seat);
let t = JSON.parse(decodeURIComponent(option.seat));
this.orderMsg.ManNum = t.crCount;
this.orderMsg.ChirdNeedBedNum = t.etCount;
this.orderMsg.ChirdNoBedNum = t.etbCount;
......
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