From f742022a2d56e12df191b03cd4db61a508a778aa Mon Sep 17 00:00:00 2001 From: yezian Date: Wed, 19 Jun 2024 21:52:18 +0800 Subject: [PATCH] revert 2d6aca23cdf431a7168450d121efae22e39b2550 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert revert 35595ac88f7c067a1b60b983dc34a2b6073fefbe revert 去掉易宝微信支付按钮 --- 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 4980bbf..06936f0 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,22 +301,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" - > - - - -

- 微信支付 -

-
-

确认购买即视为同意