Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -34,7 +34,6 @@ export struct PageComponent { | @@ -34,7 +34,6 @@ export struct PageComponent { | ||
| 34 | needload: boolean = true; | 34 | needload: boolean = true; |
| 35 | build() { | 35 | build() { |
| 36 | Column() { | 36 | Column() { |
| 37 | - Divider().strokeWidth(8).color('#f5f5f5').padding({ left: 0, right: 0 }) | ||
| 38 | if (this.pageModel.viewType == ViewType.LOADING) { | 37 | if (this.pageModel.viewType == ViewType.LOADING) { |
| 39 | this.LoadingLayout() | 38 | this.LoadingLayout() |
| 40 | } else if (this.pageModel.viewType == ViewType.LOADED) { | 39 | } else if (this.pageModel.viewType == ViewType.LOADED) { |
-
Please register or login to post a comment