Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -233,7 +233,7 @@ export struct ZhSingleColumn09 { | @@ -233,7 +233,7 @@ export struct ZhSingleColumn09 { | ||
| 233 | .fontSize(14) | 233 | .fontSize(14) |
| 234 | .fontColor(this.compDTO?.operDataList.length > 8 && !this.fullyTraversed ? 0xed2800 : 0xB0B0B0) | 234 | .fontColor(this.compDTO?.operDataList.length > 8 && !this.fullyTraversed ? 0xed2800 : 0xB0B0B0) |
| 235 | .margin({ right: 4 }) | 235 | .margin({ right: 4 }) |
| 236 | - Image(this.compDTO?.operDataList.length > 8 ? $r('app.media.icon_refresh') : $r('app.media.ic_refresh')) | 236 | + Image(this.compDTO?.operDataList.length > 8 && !this.fullyTraversed ? $r('app.media.icon_refresh') : $r('app.media.ic_refresh')) |
| 237 | .width(14) | 237 | .width(14) |
| 238 | .height(14) | 238 | .height(14) |
| 239 | } | 239 | } |
-
Please register or login to post a comment