From 14dc556d2babdcf048320bfc2def7a11d18656cf Mon Sep 17 00:00:00 2001 From: yezian Date: Fri, 14 Mar 2025 17:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=91=E5=B8=81=E5=85=85=E5=80=BC=E5=92=8C?= =?UTF-8?q?=E4=BC=9A=E5=91=98=E5=A2=9E=E5=8A=A0=E5=BE=AE=E4=BF=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pay/page.jsx | 22 +++++++++++++++++++--- app/vip/page.jsx | 22 +++++++++++++++++++--- 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/app/pay/page.jsx b/app/pay/page.jsx index 42b5562..28e6538 100644 --- a/app/pay/page.jsx +++ b/app/pay/page.jsx @@ -163,7 +163,7 @@ export default function Pay() { break; case "wxpay_h5": router.push( - `https://shop.tiefen.fun/pay/wxpay_h5/${encodeURIComponent( + `https://yibowanhe.top?url=${encodeURIComponent( data.data.wxpay_h5_param_str )}` ); @@ -245,7 +245,7 @@ export default function Pay() { break; case "wxpay_h5": router.push( - `https://shop.tiefen.fun/pay/wxpay_h5/${encodeURIComponent( + `https://yibowanhe.top?url=${encodeURIComponent( data.data.wxpay_h5_param_str )}` ); @@ -386,7 +386,7 @@ export default function Pay() {
-
+
createOrder("alipay_h5")} className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full" @@ -404,6 +404,22 @@ export default function Pay() {

+
+
createOrder("wxpay_h5")} + className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full" + > + + + +

+ 微信支付 +

+
+
{isBackupPaymentVisible ? (
diff --git a/app/vip/page.jsx b/app/vip/page.jsx index 2a9a32f..44cfbb0 100644 --- a/app/vip/page.jsx +++ b/app/vip/page.jsx @@ -133,7 +133,7 @@ export default function Vip() { break; case "wxpay_h5": router.push( - `https://shop.tiefen.fun/pay/wxpay_h5/${encodeURIComponent( + `https://yibowanhe.top?url=${encodeURIComponent( data.data.wxpay_h5_param_str )}` ); @@ -201,7 +201,7 @@ export default function Vip() { break; case "wxpay_h5": router.push( - `https://shop.tiefen.fun/pay/wxpay_h5/${encodeURIComponent( + `https://yibowanhe.top?url=${encodeURIComponent( data.data.wxpay_h5_param_str )}` ); @@ -366,7 +366,7 @@ export default function Vip() {
-
+
createOrder("alipay_h5")} className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full" @@ -384,6 +384,22 @@ export default function Vip() {

+
+
createOrder("wxpay_h5")} + className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full" + > + + + +

+ 微信支付 +

+
+
{isBackupPaymentVisible ? (