更新 'SrcJyPublic.js'

master
src48597962 4 months ago
parent e63e8f6c2f
commit 9e12e6508e
  1. 4
      SrcJyPublic.js

@ -929,7 +929,7 @@ function shareResource() {
if(options.filter((v, i) => checked[i]).length==0){ if(options.filter((v, i) => checked[i]).length==0){
return "toast://没有选择上传项"; return "toast://没有选择上传项";
} }
hikerPop.runOnNewThread((options, checked) => { hikerPop.runOnNewThread(() => {
let text = {}; let text = {};
options.forEach((option,i)=>{ options.forEach((option,i)=>{
if(checked[i]){ if(checked[i]){
@ -1008,7 +1008,7 @@ function shareResource() {
log('分享上传云端失败:'+e.message + " 错误行#" + e.lineNumber); log('分享上传云端失败:'+e.message + " 错误行#" + e.lineNumber);
return 'toast://分享上传云端失败,网络或内容出错'; return 'toast://分享上传云端失败,网络或内容出错';
} }
}, options, checked) })
}, },
centerTitle: "取消" centerTitle: "取消"
}); });

Loading…
Cancel
Save