Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -155,7 +155,7 @@ export struct RmhTitle { | @@ -155,7 +155,7 @@ export struct RmhTitle { | ||
| 155 | 155 | ||
| 156 | Text(Number(this.followStatus) === 0 ? '关注' : '已关注') | 156 | Text(Number(this.followStatus) === 0 ? '关注' : '已关注') |
| 157 | .fontSize($r('app.float.font_size_13')) | 157 | .fontSize($r('app.float.font_size_13')) |
| 158 | - .fontColor($r('app.color.color_ED2800')) | 158 | + .fontColor(Number(this.followStatus) === 0 ? $r('app.color.color_ED2800') : $r('app.color.color_B0B0B0')) |
| 159 | } | 159 | } |
| 160 | .flexShrink(0) | 160 | .flexShrink(0) |
| 161 | .alignSelf(ItemAlign.Center) | 161 | .alignSelf(ItemAlign.Center) |
-
Please register or login to post a comment