Showing
3 changed files
with
3 additions
and
3 deletions
| @@ -82,7 +82,7 @@ export struct MessageListItemUI { | @@ -82,7 +82,7 @@ export struct MessageListItemUI { | ||
| 82 | Text().backgroundColor($r('app.color.color_EDEDED')) | 82 | Text().backgroundColor($r('app.color.color_EDEDED')) |
| 83 | .width('100%') | 83 | .width('100%') |
| 84 | .height(1) | 84 | .height(1) |
| 85 | - .visibility(this.index != 3 ?Visibility.Visible:Visibility.None) | 85 | + // .visibility(this.index != 3 ?Visibility.Visible:Visibility.None) |
| 86 | } | 86 | } |
| 87 | } | 87 | } |
| 88 | 88 |
| @@ -122,7 +122,7 @@ export struct MineSettingComponent { | @@ -122,7 +122,7 @@ export struct MineSettingComponent { | ||
| 122 | Divider() | 122 | Divider() |
| 123 | .color('#f0f0f0') | 123 | .color('#f0f0f0') |
| 124 | .strokeWidth(5) | 124 | .strokeWidth(5) |
| 125 | - } else if(index !== this.listData.length - 1) { | 125 | + } else { |
| 126 | Divider() | 126 | Divider() |
| 127 | .color('#f0f0f0') | 127 | .color('#f0f0f0') |
| 128 | .strokeWidth(1) | 128 | .strokeWidth(1) |
-
Please register or login to post a comment