This commit is contained in:
hackrobot
2025-01-06 11:16:23 +08:00
parent 4ae990749a
commit d245229188
3 changed files with 5 additions and 3 deletions

View File

@@ -132,7 +132,8 @@ const Book = () => {
return false;
} else {
if (!!isWeChat) {
payh5("book", 2900);
// 9.8元
payh5("book", 980);
} else {
// setmeetupQR(true);
}

View File

@@ -205,7 +205,8 @@ const Salon = () => {
return false;
} else {
if (!!isWeChat) {
payh5("meetup", 29800);
// 98元
payh5("meetup", 9800);
} else {
setmeetupQR(true);
}