Commit a8e71b3b authored by youjie's avatar youjie

no message

parent eed12c17
...@@ -2654,6 +2654,7 @@ else if (Type==2) { ...@@ -2654,6 +2654,7 @@ else if (Type==2) {
event_id: 'CarDealerOrder', event_id: 'CarDealerOrder',
data: { data: {
OrderId: this.GetDetail.ReFinanceId, OrderId: this.GetDetail.ReFinanceId,
type: 1
}}, `${href}`) }}, `${href}`)
}else{ }else{
this.$router.push({ this.$router.push({
...@@ -2671,7 +2672,8 @@ else if (Type==2) { ...@@ -2671,7 +2672,8 @@ else if (Type==2) {
window.parent.postMessage({ window.parent.postMessage({
event_id: 'CarDealerOrder', event_id: 'CarDealerOrder',
data: { data: {
MainId: this.GetDetail.ReFinanceId, OrderId: this.GetDetail.ReFinanceId,
type: 2
} }
}, `${href}`) }, `${href}`)
} else { } else {
......
...@@ -1908,7 +1908,7 @@ ...@@ -1908,7 +1908,7 @@
window.parent.postMessage({ window.parent.postMessage({
event_id: 'CarDealerOrder', event_id: 'CarDealerOrder',
data: { data: {
MainId: this.GetDetail.ReFinanceId, OrderId: this.GetDetail.ReFinanceId,
type:1 type:1
} }
}, `${href}`) }, `${href}`)
......
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