This commit is contained in:
eric
2025-08-19 12:14:30 +08:00
parent 6ff6cdbcb3
commit df754f3c27
3 changed files with 145 additions and 14 deletions

View File

@@ -208,8 +208,8 @@ const Book = () => {
return false;
} else {
if (!!isWeChat) {
// 29.8元
payh5("book", 2980);
//98元
payh5("book", 9800);
} else {
window.location.href = `https://mp.weixin.qq.com/s/GBU3THKaXRRkdpZXH_18jw`;
}