更新 'SrcJyPublic.js'

master
src48597962 8 months ago
parent b25cfc36d5
commit 0513996c2a
  1. 15
      SrcJyPublic.js

@ -229,22 +229,7 @@ function selectSource() {
titleVisible: true
})),
longClick(s, i, manage) {
confirm({
title:'删除提示',
content:'是否立即删除"'+s+'"?',
confirm:$.toString((i,tmpList,manage)=>{
manage.list.length = 0;
tmpList.forEach((x,ii) => {
if(i != ii){
manage.list.push(x);
}
});
manage.change();
},i,tmpList,manage),
cancel:$.toString(()=>{
})
})
},
click(s, i, manage) {
pop.dismiss();

Loading…
Cancel
Save