From 2d6aca23cdf431a7168450d121efae22e39b2550 Mon Sep 17 00:00:00 2001 From: yezian Date: Mon, 17 Jun 2024 21:20:44 +0800 Subject: [PATCH] revert 35595ac88f7c067a1b60b983dc34a2b6073fefbe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert 去掉易宝微信支付按钮 --- 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..4980bbf 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("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 abf12a0..471bfc9 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,6 +304,22 @@ 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 1517882..e8114ec 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("yeepay_wxpay_h5")} + className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full" + > + + + +

+ 微信支付 +

+
+

确认购买即视为同意