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