Commit 062fd75c authored by Mac's avatar Mac

我的订单处理

parent 16194a48
...@@ -605,6 +605,8 @@ ...@@ -605,6 +605,8 @@
"path":"jz_SureOrder" //线路-确认订单 "path":"jz_SureOrder" //线路-确认订单
},{ },{
"path":"allorderList"//统一订单 "path":"allorderList"//统一订单
},{
"path":"allorderdetails"//统一订单详情
}] }]
}, },
//相亲分包 //相亲分包
......
...@@ -296,6 +296,16 @@ ...@@ -296,6 +296,16 @@
this.amapPlugin = new amap.AMapWX({ this.amapPlugin = new amap.AMapWX({
key: this.key key: this.key
}); });
if(options && options.obj){
let carMsg = JSON.parse(decodeURIComponent(options.obj))
this.carMsg.StartCityId = carMsg.StartCityId
this.carMsg.StartCityType = carMsg.StartCityType
this.carMsg.ArriveCityId = carMsg.ArriveCityId
this.carMsg.ArriveCityType = carMsg.ArriveCityType
this.carMsg.StartCityName = carMsg.StartCityName
this.carMsg.ArriveCityName = carMsg.ArriveCityName
this.active = 1
}
}, },
methods: { methods: {
godingche(){//跳入订车页面 godingche(){//跳入订车页面
......
This diff is collapsed.
This diff is collapsed.
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