zhangbo1_wd

选中底导gif播放一次

@@ -171,7 +171,10 @@ export struct BottomNavigationComponent { @@ -171,7 +171,10 @@ export struct BottomNavigationComponent {
171 // 是否开启一级内存缓存 171 // 是否开启一级内存缓存
172 isCacheable: true, 172 isCacheable: true,
173 // 磁盘缓存 173 // 磁盘缓存
174 - strategy: new ALL() 174 + strategy: new ALL(),
  175 + gif: {
  176 + playTimes: 1
  177 + }
175 }; 178 };
176 return imageKnifeOption 179 return imageKnifeOption
177 } 180 }