From 59718010cfd0f83aac7b7df284990713cdb8adef Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 9 Sep 2025 23:51:11 +0800 Subject: [PATCH] 's' --- src/pages/index/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 315e7f0..57052fb 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -533,7 +533,7 @@ const Index = () => { } else { if (!!isWeChat) { //19.8元 - payh5("vip", 19800); + payh5("vip", 198); } else { window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`; }