This commit is contained in:
eric
2025-09-11 22:55:54 +08:00
parent 21ba85ac5c
commit f17c993447

View File

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