From f17c993447838f82c8207d18a9c9e43229cff809 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 11 Sep 2025 22:55:54 +0800 Subject: [PATCH] 's' --- src/pages/book/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`; }