From d245229188a539f40d0c3f7310f1f28b9b2fbd15 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Mon, 6 Jan 2025 11:16:23 +0800 Subject: [PATCH] '' --- dist/index.html | 2 +- src/pages/book/index.tsx | 3 ++- src/pages/salon/index.tsx | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) 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); }