保留原url

This commit is contained in:
CPPAlien 2019-11-22 13:41:59 +08:00
parent 5c59e27272
commit 7f05fddb3d

View File

@ -620,6 +620,7 @@ Component({
preCount++;
/* eslint-disable no-loop-func */
downloader.download(view.url).then((path) => {
view.originUrl = view.url;
view.url = path;
wx.getImageInfo({
src: view.url,