From 8601c385f0570dee4b80f3af69ea8a0055196609 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Mon, 7 Apr 2025 08:55:33 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=AC=E4=BC=97=E5=8F=B7=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/book/index.tsx | 39 ++++++++++++++++++++------------------- src/pages/book/info.md | 3 +++ 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/src/pages/book/index.tsx b/src/pages/book/index.tsx index e7e416e..b8d75f4 100644 --- a/src/pages/book/index.tsx +++ b/src/pages/book/index.tsx @@ -199,27 +199,28 @@ const Book = () => { {/* 判断有没有wxid */} {/* {book !== 1 ? ( */} - { - if (book == 1) { - return false; + { + if (book == 1) { + return false; + } else { + if (!!isWeChat) { + // 19.8元 + payh5("book", 1980); } else { - if (!!isWeChat) { - // 19.8元 - payh5("book", 1980); - } else { - // setmeetupQR(true); - console.log("请在微信中打开"); - } + // setmeetupQR(true); + // console.log("请在微信中打开"); + window.location.href = `https://mp.weixin.qq.com/s/GBU3THKaXRRkdpZXH_18jw`; } - }} - > - {/* {meetup == 1 ? "已加入" : `立即加入`} */} - {`阅读更多`} - + } + }} + > + {/* {meetup == 1 ? "已加入" : `立即加入`} */} + {`阅读更多`} + {/* ) : null} */} diff --git a/src/pages/book/info.md b/src/pages/book/info.md index e188228..b950052 100644 --- a/src/pages/book/info.md +++ b/src/pages/book/info.md @@ -607,3 +607,6 @@ eleliment只是基于martrix协议的一个客户端 就默默地闭门造车,结局会很惨 持续更新中..... +可在公众号 查看更新 + +![qrcode.jpg](https://hackrobot-1258475618.cos.ap-shenzhen-fsi.myqcloud.com/qrcode.jpg?imageSlim) \ No newline at end of file