更新 'SrcJyXunmi.js'

pull/1/head
src48597962 2 years ago
parent bbe2d6c37a
commit 1faef2c179
  1. 39
      SrcJyXunmi.js

@ -152,24 +152,27 @@ function xunmi(name,data,ishkss) {
} }
}); });
} }
d.push({ if(getMyVar('isload', '0')=="0"){
title: '删除开关', d.push({
url: $('#noLoading#').lazyRule(()=>{ title: '删除开关',
if(getMyVar('deleteswitch')){ url: $('#noLoading#').lazyRule(()=>{
clearMyVar('deleteswitch'); if(getMyVar('deleteswitch')){
updateItem('deleteswitch',{title:'删除开关'}); clearMyVar('deleteswitch');
return 'toast://退出处理模式,撤销二级删除开关'; updateItem('deleteswitch',{title:'删除开关'});
}else{ return 'toast://退出处理模式,撤销二级删除开关';
putMyVar('deleteswitch','1'); }else{
updateItem('deleteswitch',{title:'‘‘’’<b><span style="color:#3CB371">删除开关'}); putMyVar('deleteswitch','1');
return 'toast://进入处理模式,点击影片详情确认是否删除'; updateItem('deleteswitch',{title:'‘‘’’<b><span style="color:#3CB371">删除开关'});
} return 'toast://进入处理模式,点击影片详情确认是否删除';
}), }
col_type: "scroll_button", }),
extra: { col_type: "scroll_button",
id: 'deleteswitch' extra: {
} id: 'deleteswitch'
}); }
});
}
if(datalist2.length>0){ if(datalist2.length>0){
datalist = datalist2; datalist = datalist2;
} }

Loading…
Cancel
Save