feat:更新

This commit is contained in:
hackrobot
2025-04-22 01:13:05 -05:00
parent 1b03aa833d
commit 209d37cd4e

View File

@@ -198,7 +198,7 @@ const Book = () => {
</AtDrawer>
{/* 判断有没有wxid */}
{book !== 1 ? (
{book !=1 ? (
<AtButton
type="primary"
size="normal"
@@ -218,7 +218,7 @@ const Book = () => {
>
{`阅读更多`}
</AtButton>
) : null}
) : <span style={{color:'green'}}>....</span>}
{/* <AtButton
type="primary"