diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 1a05394..114646e 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -534,7 +534,7 @@ const Index = () => { } else { if (!!isWeChat) { //98元 - payh5("vip", 9800); + payh5("vip", 18800); } else { window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`; }