Commit 40ac383d authored by IvyXia123's avatar IvyXia123

支付成功修改

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