diff --git a/public/js/app/page.js b/public/js/app/page.js index e5ed1588..f74b42b6 100644 --- a/public/js/app/page.js +++ b/public/js/app/page.js @@ -1512,6 +1512,11 @@ var Pren = { }, togglePren: function(isToggleView) { var me = this; + alert(getMsg('Please select a note firstly.')); + // 批量操作时, 不能prenstation + if (Note.inBatch) { + return; + } if(!isToggleView) { try { gui.win.setKiosk(!me._isPren);