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-06-12 10:11:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e202d1c197e76e6fbe9c233bcc5666c5e8d22de
9e202d1c
1 parent
b16be31e
fix(增加登录判断): 已登录才请求接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
View file @
9e202d1
...
...
@@ -90,7 +90,9 @@ export struct ZhSingleRow03 {
}
async aboutToAppear(): Promise<void> {
this.getReserveState();
if (HttpUtils.getUserId()) {
this.getReserveState();
}
this.loadImg = await onlyWifiLoadImg();
}
...
...
Please
register
or
login
to post a comment