From e94691514c3f523264e7eb674328f7a8c2324982 Mon Sep 17 00:00:00 2001 From: yezian Date: Wed, 17 Jul 2024 18:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=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 | 18 +++++++++++++++++- app/vip/page.jsx | 18 +++++++++++++++++- .../[zid]/[product_id]/[moment_id]/page.jsx | 18 +++++++++++++++++- 3 files changed, 51 insertions(+), 3 deletions(-) diff --git a/app/pay/page.jsx b/app/pay/page.jsx index 06936f0..b0bed35 100644 --- a/app/pay/page.jsx +++ b/app/pay/page.jsx @@ -283,7 +283,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" @@ -301,6 +301,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" + > + + + +

+ 微信支付 +

+
+

确认购买即视为同意 diff --git a/app/vip/page.jsx b/app/vip/page.jsx index 59b1416..314dbda 100644 --- a/app/vip/page.jsx +++ b/app/vip/page.jsx @@ -292,7 +292,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" @@ -309,6 +309,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" + > + + + +

+ 微信支付 +

+
+

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 1517882..d10e06d 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,6 +328,22 @@ export default function Pay({ params }) {

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

+ 微信支付 +

+
+

确认购买即视为同意