''
This commit is contained in:
@@ -132,7 +132,8 @@ const Book = () => {
|
||||
return false;
|
||||
} else {
|
||||
if (!!isWeChat) {
|
||||
payh5("book", 2900);
|
||||
// 9.8元
|
||||
payh5("book", 980);
|
||||
} else {
|
||||
// setmeetupQR(true);
|
||||
}
|
||||
|
||||
@@ -205,7 +205,8 @@ const Salon = () => {
|
||||
return false;
|
||||
} else {
|
||||
if (!!isWeChat) {
|
||||
payh5("meetup", 29800);
|
||||
// 98元
|
||||
payh5("meetup", 9800);
|
||||
} else {
|
||||
setmeetupQR(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user