From 478d6c5747db27bb88065363be1117d38f8393bf Mon Sep 17 00:00:00 2001 From: "WLT\\Eric.hu" Date: Mon, 28 Jul 2025 09:25:05 +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 a2effa2..83919ea 100644 --- a/src/pages/book/index.tsx +++ b/src/pages/book/index.tsx @@ -208,8 +208,8 @@ const Book = () => { return false; } else { if (!!isWeChat) { - // 19.8元 - payh5("book", 1980); + // 29.8元 + payh5("book", 2980); } else { window.location.href = `https://mp.weixin.qq.com/s/GBU3THKaXRRkdpZXH_18jw`; }