wangliang_wd

feat:修改消息,我的设置分割线展示

@@ -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
@@ -202,7 +202,7 @@ export struct MessageListUI { @@ -202,7 +202,7 @@ export struct MessageListUI {
202 break; 202 break;
203 } 203 }
204 }) 204 })
205 - .height(80) 205 + .height(81)
206 .width("100%") 206 .width("100%")
207 }) 207 })
208 } 208 }
@@ -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)