wkw vor 7 Monaten
Ursprung
Commit
0ebebcf611
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  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;