Browse Source

release bug upload pic remove dialog

master
mirrores 8 years ago
parent
commit
78e6cef6a4
  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