Commit 6102dbda authored by 小耗子's avatar 小耗子

修改返回

parent ad3c493d
......@@ -98,10 +98,10 @@
}
},
onLoad(option){
// let {data,orderId,actuallyPay} = option;
// this.actuallyPay = actuallyPay;
// this.orderId = orderId;
// this.params = JSON.parse(decodeURIComponent(data));
let {data,orderId,actuallyPay} = option;
this.actuallyPay = actuallyPay;
this.orderId = orderId;
this.params = JSON.parse(decodeURIComponent(data));
}
}
......
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