Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -626,7 +626,7 @@ export struct PaperSingleColumn999CardView { | @@ -626,7 +626,7 @@ export struct PaperSingleColumn999CardView { | ||
| 626 | } | 626 | } |
| 627 | 627 | ||
| 628 | async aboutToAppear(): Promise<void> { | 628 | async aboutToAppear(): Promise<void> { |
| 629 | - // this.loadImg = await onlyWifiLoadImg(); | 629 | + this.loadImg = await onlyWifiLoadImg(); |
| 630 | this.onChangeCommentList() | 630 | this.onChangeCommentList() |
| 631 | this.isRead = hasClicked(this.item.objectId, '') | 631 | this.isRead = hasClicked(this.item.objectId, '') |
| 632 | } | 632 | } |
-
Please register or login to post a comment