!49 【轻量级 PR】:update imageknife/src/main/ets/components/imageknife/ImageKnifeComponent.ets.
Merge pull request !49 from haolihi/N/A
This commit is contained in:
commit
803b7c3bfe
|
@ -182,9 +182,7 @@ export struct ImageKnifeComponent {
|
|||
request.retrieveDataFromCache(this.imageKnifeOption.onlyRetrieveFromCache)
|
||||
}
|
||||
|
||||
if (this.imageKnifeOption.isCacheable) {
|
||||
request.skipMemoryCache(!this.imageKnifeOption.isCacheable)
|
||||
}
|
||||
request.skipMemoryCache(!this.imageKnifeOption.isCacheable)
|
||||
|
||||
if (this.imageKnifeOption.strategy) {
|
||||
request.diskCacheStrategy(this.imageKnifeOption.strategy)
|
||||
|
|
Loading…
Reference in New Issue