|
|
@ -1116,7 +1116,6 @@ function jiekou(data) { |
|
|
|
}); |
|
|
|
}); |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: getMyVar('ishidecate')=="1"?'隐藏分类:是':'隐藏分类:否', |
|
|
|
title: getMyVar('ishidecate')=="1"?'隐藏分类:是':'隐藏分类:否', |
|
|
|
desc: getMyVar('ishidecate')=="1"?'设置的分类是否为隐藏,默认是仅显示':'', |
|
|
|
|
|
|
|
col_type:'text_1', |
|
|
|
col_type:'text_1', |
|
|
|
url:$('#noLoading#').lazyRule(()=>{ |
|
|
|
url:$('#noLoading#').lazyRule(()=>{ |
|
|
|
if(getMyVar('ishidecate', '')!="1"){ |
|
|
|
if(getMyVar('ishidecate', '')!="1"){ |
|
|
@ -1321,6 +1320,10 @@ function jiekou(data) { |
|
|
|
apicate = apicate.replace(',',','); |
|
|
|
apicate = apicate.replace(',',','); |
|
|
|
arr['categories'] = apicate.split(',').filter(v=>v); |
|
|
|
arr['categories'] = apicate.split(',').filter(v=>v); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
let ishidecate = getMyVar('ishidecate')=="1"?1:0; |
|
|
|
|
|
|
|
if(ishidecate){ |
|
|
|
|
|
|
|
arr['hidecate'] = 1; |
|
|
|
|
|
|
|
} |
|
|
|
arr['ext'] = extfile; |
|
|
|
arr['ext'] = extfile; |
|
|
|
data = arr; |
|
|
|
data = arr; |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|