diff --git a/src/pages/book/index.tsx b/src/pages/book/index.tsx index 7414897..98eedd6 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); + //198元 + payh5("book", 19800); } else { window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`; }