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
陈剑华
2024-10-08 15:20:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e1ca6f60e924828a867756f24d322466d293263f
e1ca6f60
1 parent
320e7911
fix: 冷启动卡不需要自动刷新号主
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/peopleShip/PeopleShipMainComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/peopleShip/PeopleShipMainComponent.ets
View file @
e1ca6f6
...
...
@@ -569,10 +569,10 @@ export struct PeopleShipMainComponent {
}
//退出登录的时候 刷新界面
let userID = UserDataLocal.getUserId()
if (!StringUtils.isNotEmpty(userID)) {
this.getData()
}
// let userID = UserDataLocal.getUserId()
// if (!StringUtils.isNotEmpty(userID)) {
// this.getData()
// }
}
onAutoRefresh(changedPropertyName: string) {
...
...
Please
register
or
login
to post a comment