yangchenggong1_wd

fix |> 20236 【底部导航】进入首页,首次安装包,会有概率新闻图标不展示

... ... @@ -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
... ...