@@ -63,9 +63,9 @@
// iOS HEIC 转 JPG
if (tempFilePath.toLowerCase().endsWith('.heic')) {
- uni.showLoading({
- title: '正在转换图片...'
- });
+ // uni.showLoading({
+ // title: '正在转换图片...'
+ // });
try {
const newPath = await this.convertHeicToJpg(tempFilePath);
this.filePath = newPath;
@@ -77,7 +77,7 @@
});
return;
} finally {
- uni.hideLoading();
+ // uni.hideLoading();
}
} else {
this.filePath = tempFilePath;