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
yangchenggong1_wd
2024-09-25 11:16:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
729ff7353fe3babecb4fbb91dc8c05aa6cc2e06a
729ff735
1 parent
695a2b66
fix |> 20236 【底部导航】进入首页,首次安装包,会有概率新闻图标不展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 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 @
729ff73
...
...
@@ -204,13 +204,18 @@ export struct BottomNavigationComponent {
// 占位图使用本地资源
placeholderSrc: defaultIcon,
// 失败占位图使用本地资源
//
errorholderSrc: defaultIcon,
errorholderSrc: defaultIcon,
// 是否开启一级内存缓存
isCacheable: true,
// 磁盘缓存
strategy: new ALL(),
gif: {
playTimes: 1
},
onLoadListener:{
onLoadFailed:(err)=>{
console.error("ycg","Load Failed Reason: " + err + " cost " + (new Date().getTime() ) + " milliseconds");
}
}
};
return imageKnifeOption
...
...
Please
register
or
login
to post a comment