fix code
This commit is contained in:
@@ -612,7 +612,7 @@ Page({
|
||||
|
||||
// 处理图片选择(合并拍照和相册选择功能)
|
||||
handleImageSelect() {
|
||||
if (this.data.isProcessing) return;
|
||||
if (this.data.isProcessing || this.data.takePhoto) return;
|
||||
|
||||
ActionSheet.show({
|
||||
theme: ActionSheetTheme.List,
|
||||
|
||||
Reference in New Issue
Block a user