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
zhangbo1_wd
2024-06-21 11:01:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1836595e240e5a726bff116baf1f25c263c51ab4
1836595e
1 parent
d82a323f
选中底导gif播放一次
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
sight_harmony/products/phone/src/main/ets/pages/view/BottomNavigationComponent.ets
sight_harmony/products/phone/src/main/ets/pages/view/BottomNavigationComponent.ets
View file @
1836595
...
...
@@ -171,7 +171,10 @@ export struct BottomNavigationComponent {
// 是否开启一级内存缓存
isCacheable: true,
// 磁盘缓存
strategy: new ALL()
strategy: new ALL(),
gif: {
playTimes: 1
}
};
return imageKnifeOption
}
...
...
Please
register
or
login
to post a comment