Browse Source
Merge pull request #304 from mirrores/feature/remove_uploadpic_dialog
release bug upload pic remove dialog
master
pandao
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
plugins/image-dialog/image-dialog.js
|
|
@ -108,12 +108,18 @@ |
|
|
|
|
|
|
|
this.hide().lockScreen(false).hideMask(); |
|
|
|
|
|
|
|
//删除对话框
|
|
|
|
this.remove(); |
|
|
|
|
|
|
|
return false; |
|
|
|
}], |
|
|
|
|
|
|
|
cancel : [lang.buttons.cancel, function() { |
|
|
|
this.hide().lockScreen(false).hideMask(); |
|
|
|
|
|
|
|
//删除对话框
|
|
|
|
this.remove(); |
|
|
|
|
|
|
|
return false; |
|
|
|
}] |
|
|
|
} |
|
|
|