From 7b42bbd69c3ddfeec0f16737f83995a919396937 Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 20 Aug 2025 20:44:25 +0800 Subject: [PATCH] 'ss' --- 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..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`; }