From f4e828c9810fc88576d07d726beb342bda1bc15d Mon Sep 17 00:00:00 2001 From: jueweijue Date: Mon, 29 Jul 2024 22:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8E=89=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 | 37 +------------------ app/vip/page.jsx | 37 +------------------ .../[zid]/[product_id]/[moment_id]/page.jsx | 37 +------------------ 3 files changed, 3 insertions(+), 108 deletions(-) diff --git a/app/pay/page.jsx b/app/pay/page.jsx index 83722c3..1c46f0d 100644 --- a/app/pay/page.jsx +++ b/app/pay/page.jsx @@ -275,7 +275,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" @@ -293,41 +293,6 @@ export default function Pay() {

- {isPaymentHided ? ( -
-
setIsPaymentHided(false)} - className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-[#2E2E2E] rounded-full" - > - - - -

- 其他支付 -

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

- 微信支付 -

-
-
- )}

确认购买即视为同意 diff --git a/app/vip/page.jsx b/app/vip/page.jsx index 133647a..9094653 100644 --- a/app/vip/page.jsx +++ b/app/vip/page.jsx @@ -284,7 +284,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" @@ -302,41 +302,6 @@ export default function Vip() {

- {isPaymentHided ? ( -
-
setIsPaymentHided(false)} - className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-[#2E2E2E] rounded-full" - > - - - -

- 其他支付 -

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

- 微信支付 -

-
-
- )}

确认购买即视为同意 diff --git a/app/zone/pay/[zid]/[product_id]/[moment_id]/page.jsx b/app/zone/pay/[zid]/[product_id]/[moment_id]/page.jsx index a17ad72..0f02672 100644 --- a/app/zone/pay/[zid]/[product_id]/[moment_id]/page.jsx +++ b/app/zone/pay/[zid]/[product_id]/[moment_id]/page.jsx @@ -313,7 +313,7 @@ export default function Pay({ params }) {

-
+
createOrder("alipay_h5")} className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full" @@ -331,41 +331,6 @@ export default function Pay({ params }) {

- {isPaymentHided ? ( -
-
setIsPaymentHided(false)} - className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-[#2E2E2E] rounded-full" - > - - - -

- 其他支付 -

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

- 微信支付 -

-
-
- )}

确认购买即视为同意