This commit is contained in:
eric
2025-08-20 20:44:25 +08:00
parent 77b121029f
commit 7b42bbd69c

View File

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