Skip to content

Commit

Permalink
Merge pull request mgz0227#64 from mgz0227/dev_2008
Browse files Browse the repository at this point in the history
更新 IndexShelf.ets
  • Loading branch information
MaoXiaoone committed May 17, 2024
2 parents 7b1b4fa + a46c65e commit 25de80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry/src/main/ets/pages/view/bookShelf/IndexShelf.ets
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default struct IndexShelf {
@State isRefreshing: boolean = false
@State counter: number = 0
@State RefreshingTitle:string = '松开刷新'
@State groupCoverShow:boolean = true
@State groupCoverShow:boolean = false
build() {
Column() {
Flex({
Expand Down

0 comments on commit 25de80e

Please sign in to comment.