Commit a8e71b3b authored by youjie's avatar youjie

no message

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