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
parent
commit
20f04753f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      plugins/image-dialog/image-dialog.js

6
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;
}]
}

Loading…
Cancel
Save