diff --git a/dist/index.html b/dist/index.html index fd49300..519d8f2 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1 +1 @@ -异度星球
\ No newline at end of file +异度星球
\ No newline at end of file diff --git a/src/pages/book/index.tsx b/src/pages/book/index.tsx index 5c90793..3fef030 100644 --- a/src/pages/book/index.tsx +++ b/src/pages/book/index.tsx @@ -132,7 +132,8 @@ const Book = () => { return false; } else { if (!!isWeChat) { - payh5("book", 2900); + // 9.8元 + payh5("book", 980); } else { // setmeetupQR(true); } diff --git a/src/pages/salon/index.tsx b/src/pages/salon/index.tsx index 8229b09..5082eb3 100644 --- a/src/pages/salon/index.tsx +++ b/src/pages/salon/index.tsx @@ -205,7 +205,8 @@ const Salon = () => { return false; } else { if (!!isWeChat) { - payh5("meetup", 29800); + // 98元 + payh5("meetup", 9800); } else { setmeetupQR(true); }