From 0d8cda9787074a41f56a6863e8ec7b1870ca20a5 Mon Sep 17 00:00:00 2001 From: yezian Date: Tue, 28 May 2024 12:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0redirect=5Furl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pay/page.jsx | 1 + 1 file changed, 1 insertion(+) 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", };