更新 'SrcJyPublic.js'

master
src48597962 4 months ago
parent 4c8252f8c7
commit 1c53d0c098
  1. 4
      SrcJyPublic.js

@ -1016,7 +1016,7 @@ function shareResource() {
}); });
return "hiker://empty"; return "hiker://empty";
*/ */
return $().lazyRule(()=>{ return $().lazyRule((it)=>{
let text = {}; let text = {};
let filepath = globalMap0.getVar('Jy_gmParams').jkfile; let filepath = globalMap0.getVar('Jy_gmParams').jkfile;
let datafile = fetch(filepath); let datafile = fetch(filepath);
@ -1044,7 +1044,7 @@ function shareResource() {
log('分享上传云端失败:'+e.message + " 错误行#" + e.lineNumber); log('分享上传云端失败:'+e.message + " 错误行#" + e.lineNumber);
return 'toast://分享上传云端失败,网络或内容出错'; return 'toast://分享上传云端失败,网络或内容出错';
} }
}) },it)
} }
}, it), }, it),

Loading…
Cancel
Save