Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -13,7 +13,7 @@ const TAG: string = 'Card9Component'; | @@ -13,7 +13,7 @@ const TAG: string = 'Card9Component'; | ||
| 13 | @Component | 13 | @Component |
| 14 | export struct Card9Component { | 14 | export struct Card9Component { |
| 15 | @State contentDTO: ContentDTO = new ContentDTO(); | 15 | @State contentDTO: ContentDTO = new ContentDTO(); |
| 16 | - @State loadImg: boolean = false; | 16 | + @State loadImg: boolean = true; |
| 17 | @State clicked: boolean = false; | 17 | @State clicked: boolean = false; |
| 18 | @State titleMarked: boolean = false; | 18 | @State titleMarked: boolean = false; |
| 19 | @State str01: string = ''; | 19 | @State str01: string = ''; |
| @@ -22,7 +22,7 @@ export struct Card9Component { | @@ -22,7 +22,7 @@ export struct Card9Component { | ||
| 22 | 22 | ||
| 23 | async aboutToAppear(): Promise<void> { | 23 | async aboutToAppear(): Promise<void> { |
| 24 | this.titleInit(); | 24 | this.titleInit(); |
| 25 | - this.loadImg = await onlyWifiLoadImg(); | 25 | + // this.loadImg = await onlyWifiLoadImg(); |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | titleInit() { | 28 | titleInit() { |
-
Please register or login to post a comment