From 35595ac88f7c067a1b60b983dc34a2b6073fefbe Mon Sep 17 00:00:00 2001 From: yezian Date: Sat, 15 Jun 2024 17:49:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=98=93=E5=AE=9D=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E6=94=AF=E4=BB=98=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pay/page.jsx | 18 +----------------- app/vip/page.jsx | 18 +----------------- .../[zid]/[product_id]/[moment_id]/page.jsx | 18 +----------------- 3 files changed, 3 insertions(+), 51 deletions(-) diff --git a/app/pay/page.jsx b/app/pay/page.jsx index 0d05684..9b77dab 100644 --- a/app/pay/page.jsx +++ b/app/pay/page.jsx @@ -284,7 +284,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" @@ -302,22 +302,6 @@ export default function Pay() {

-
-
createOrder("yeepay_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 471bfc9..abf12a0 100644 --- a/app/vip/page.jsx +++ b/app/vip/page.jsx @@ -286,7 +286,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" @@ -304,22 +304,6 @@ export default function Vip() {

-
-
createOrder("yeepay_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 e8114ec..1517882 100644 --- a/app/zone/pay/[zid]/[product_id]/[moment_id]/page.jsx +++ b/app/zone/pay/[zid]/[product_id]/[moment_id]/page.jsx @@ -310,7 +310,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" @@ -328,22 +328,6 @@ export default function Pay({ params }) {

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

- 微信支付 -

-
-

确认购买即视为同意