更新 EasyImage.js

pull/141/head
icret 2023-01-31 01:36:48 +08:00
parent 6777850e41
commit a24bc892ff
1 changed files with 7 additions and 0 deletions

View File

@ -210,6 +210,13 @@ $('#btnLinks, #btnBbscode, #btnMarkDown, #btnHtml, #btnThumb, #btnDel').on('clic
placement: 'top'
});
try { // 储存上传记录
console.log('localStorage ok!');
$.zui.store.set(result.srcName, result)
} catch (err) {
console.log('localStorage failed:' + err);
}
} else {
$.zui.messager.show('上传失败...' + result.message, {
icon: 'bell',