Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yumaochao
2024-05-22 14:18:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b3a70220fe329cea992bb4ba42b1ea3d013da11
4b3a7022
1 parent
dab2d484
fix:somebug
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/PageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/PageComponent.ets
View file @
4b3a702
...
...
@@ -34,7 +34,6 @@ export struct PageComponent {
needload: boolean = true;
build() {
Column() {
Divider().strokeWidth(8).color('#f5f5f5').padding({ left: 0, right: 0 })
if (this.pageModel.viewType == ViewType.LOADING) {
this.LoadingLayout()
} else if (this.pageModel.viewType == ViewType.LOADED) {
...
...
Please
register
or
login
to post a comment