diff --git a/app/pay/page.jsx b/app/pay/page.jsx index b5112f5..8eeeb51 100644 --- a/app/pay/page.jsx +++ b/app/pay/page.jsx @@ -98,6 +98,7 @@ export default function Pay() { product_id: customCoin.selected ? "h5_custom_coin" : selectedPrice.id, custom_coins: customCoin.selected ? customCoin.num : 0, pay_type: type, + redirect_url: type === "yeepay_wxpay_h5" ? window.location.href : "", from: "app", };