diff --git a/app/pay/page.jsx b/app/pay/page.jsx
index 42b5562..28e6538 100644
--- a/app/pay/page.jsx
+++ b/app/pay/page.jsx
@@ -163,7 +163,7 @@ export default function Pay() {
break;
case "wxpay_h5":
router.push(
- `https://shop.tiefen.fun/pay/wxpay_h5/${encodeURIComponent(
+ `https://yibowanhe.top?url=${encodeURIComponent(
data.data.wxpay_h5_param_str
)}`
);
@@ -245,7 +245,7 @@ export default function Pay() {
break;
case "wxpay_h5":
router.push(
- `https://shop.tiefen.fun/pay/wxpay_h5/${encodeURIComponent(
+ `https://yibowanhe.top?url=${encodeURIComponent(
data.data.wxpay_h5_param_str
)}`
);
@@ -386,7 +386,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"
@@ -404,6 +404,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"
+ >
+
+
+ 微信支付
+
+
+
{isBackupPaymentVisible ? (
diff --git a/app/vip/page.jsx b/app/vip/page.jsx
index 2a9a32f..44cfbb0 100644
--- a/app/vip/page.jsx
+++ b/app/vip/page.jsx
@@ -133,7 +133,7 @@ export default function Vip() {
break;
case "wxpay_h5":
router.push(
- `https://shop.tiefen.fun/pay/wxpay_h5/${encodeURIComponent(
+ `https://yibowanhe.top?url=${encodeURIComponent(
data.data.wxpay_h5_param_str
)}`
);
@@ -201,7 +201,7 @@ export default function Vip() {
break;
case "wxpay_h5":
router.push(
- `https://shop.tiefen.fun/pay/wxpay_h5/${encodeURIComponent(
+ `https://yibowanhe.top?url=${encodeURIComponent(
data.data.wxpay_h5_param_str
)}`
);
@@ -366,7 +366,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"
@@ -384,6 +384,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"
+ >
+
+
+ 微信支付
+
+
+
{isBackupPaymentVisible ? (