Commit 40ac383d authored by IvyXia123's avatar IvyXia123

支付成功修改

parent 55ebc6f8
...@@ -501,7 +501,8 @@ export default { ...@@ -501,7 +501,8 @@ export default {
name: "success", name: "success",
query: { query: {
out_trade_no: this.orderNo, out_trade_no: this.orderNo,
invite_code: this.invite_code invite_code: this.invite_code,
shopId: this.shopId
} }
}); });
} else if (this.groupDetail.goods_type === 4) { } else if (this.groupDetail.goods_type === 4) {
...@@ -509,7 +510,8 @@ export default { ...@@ -509,7 +510,8 @@ export default {
name: "saleSuccess", name: "saleSuccess",
query: { query: {
out_trade_no: this.orderNo, out_trade_no: this.orderNo,
invite_code: this.invite_code invite_code: this.invite_code,
shopId: this.shopId
} }
}); });
} else { } else {
...@@ -517,7 +519,8 @@ export default { ...@@ -517,7 +519,8 @@ export default {
name: "buySuccess", name: "buySuccess",
query: { query: {
out_trade_no: this.orderNo, out_trade_no: this.orderNo,
invite_code: this.invite_code invite_code: this.invite_code,
shopId: this.shopId
} }
}); });
} }
......
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