Skip to content

Commit

Permalink
Merge pull request #304 from mirrores/feature/remove_uploadpic_dialog
Browse files Browse the repository at this point in the history
release bug upload pic remove dialog
  • Loading branch information
pandao committed May 9, 2019
2 parents 0e76f96 + 78e6cef commit 20f0475
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/image-dialog/image-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}]
}
Expand Down

0 comments on commit 20f0475

Please sign in to comment.