This commit is contained in:
Felix
2025-12-08 10:44:14 +08:00
parent 028c82f284
commit 0e4a6b3a8d

View File

@@ -612,7 +612,7 @@ Page({
// 处理图片选择(合并拍照和相册选择功能)
handleImageSelect() {
if (this.data.isProcessing) return;
if (this.data.isProcessing || this.data.takePhoto) return;
ActionSheet.show({
theme: ActionSheetTheme.List,