diff --git a/src/pages/book/index.tsx b/src/pages/book/index.tsx index 7414897..a21ad0d 100644 --- a/src/pages/book/index.tsx +++ b/src/pages/book/index.tsx @@ -211,8 +211,8 @@ const Book = () => { return false; } else { if (!!isWeChat) { - //98元 - payh5("book", 9800); + //298元 + payh5("book", 29800); } else { window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`; }