diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index d03d194..2685c09 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -777,7 +777,7 @@ const getOrCreateUserId = () => { // window.alert('isWeChat--', isWeChat) if (!!isWeChat) { //98元 - payh5("vip", 18800); + payh5("vip", 8800); } else { window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`; }