wkw 7 月之前
父节点
当前提交
0ebebcf611
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      package/jobIntention/companyImg.vue

+ 4 - 4
package/jobIntention/companyImg.vue

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