This commit is contained in:
WLT\Eric.hu
2025-07-28 09:25:05 +08:00
parent 2fc368896e
commit 478d6c5747

View File

@@ -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`;
}