diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index f841560..d03d194 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", 188000); + payh5("vip", 18800); } else { window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`; }