Commit 6ab7e2ec authored by 罗超's avatar 罗超

2

parent 9895f1bd
......@@ -1002,6 +1002,11 @@
that.getDelivery();
that.getOrderType();
}
if(this.$route.query.orderId){
this.msgId=0
this.msg.OrderId=this.$route.query.orderId
this.msgVal=this.$route.query.orderId
}
window.addEventListener("message", function (messageEvent) {
let data = messageEvent.data || '';
console.log("收到的数据:", 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