feat:更新
This commit is contained in:
@@ -198,7 +198,7 @@ const Book = () => {
|
|||||||
</AtDrawer>
|
</AtDrawer>
|
||||||
|
|
||||||
{/* 判断有没有wxid */}
|
{/* 判断有没有wxid */}
|
||||||
{book !== 1 ? (
|
{book !=1 ? (
|
||||||
<AtButton
|
<AtButton
|
||||||
type="primary"
|
type="primary"
|
||||||
size="normal"
|
size="normal"
|
||||||
@@ -218,7 +218,7 @@ const Book = () => {
|
|||||||
>
|
>
|
||||||
{`阅读更多`}
|
{`阅读更多`}
|
||||||
</AtButton>
|
</AtButton>
|
||||||
) : null}
|
) : <span style={{color:'green'}}>持续更新中....</span>}
|
||||||
|
|
||||||
{/* <AtButton
|
{/* <AtButton
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user