更新 'SrcJyData.js'

master
src48597962 9 months ago
parent e9583353af
commit 410e8039c4
  1. 5
      SrcJyData.js

@ -262,7 +262,9 @@ function getYiData(jkdata) {
if(分类.length>0){ if(分类.length>0){
fllists = []; fllists = [];
try{ try{
if(筛选 && api_type!='cms'){ cate_id = getMyVar('SrcJu_dianbo$分类', 推荐.length>0?'tj':分类[0].split('$')[1]);
if(筛选 && api_type!='cms' && cate_id !='tj'){
fllists.push({ fllists.push({
title: fold === '1' ? '““””<b><span style="color: #F54343">∨</span></b>' : '““””<b><span style="color:' + Color + '">∧</span></b>', title: fold === '1' ? '““””<b><span style="color: #F54343">∨</span></b>' : '““””<b><span style="color:' + Color + '">∧</span></b>',
url: $('#noLoading#').lazyRule((fold) => { url: $('#noLoading#').lazyRule((fold) => {
@ -275,7 +277,6 @@ function getYiData(jkdata) {
}) })
} }
cate_id = getMyVar('SrcJu_dianbo$分类', 推荐.length>0?'tj':分类[0].split('$')[1]);
putMyVar('SrcJu_dianbo$分类', cate_id); putMyVar('SrcJu_dianbo$分类', cate_id);
if(推荐.length>0){ if(推荐.length>0){
if(cate_id == 'tj'){ if(cate_id == 'tj'){

Loading…
Cancel
Save