|
|
|
@ -240,10 +240,11 @@ function getYiData(jkdata) { |
|
|
|
|
col_type: "blank_block" |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
type_id = 筛选?type_id:(api_type=='cms'&&类型.length>0)?类型[0].split('#')[0].split('$')[1]:cate_id[0].split('$')[1]; |
|
|
|
|
putMyVar('SrcJu_dianbo$类型', type_id); |
|
|
|
|
|
|
|
|
|
let index = 分类.indexOf(cate_id); |
|
|
|
|
|
|
|
|
|
type_id = 筛选?type_id:(api_type=='cms'&&类型.length>0)?类型[index].split('#')[0].split('$')[1]:cate_id[0].split('$')[1]; |
|
|
|
|
putMyVar('SrcJu_dianbo$类型', type_id); |
|
|
|
|
|
|
|
|
|
if(fold=='1' || (api_type=='cms' && cate_id!='tj')){ |
|
|
|
|
if(类型.length>0){ |
|
|
|
|
类型[index].split('#').forEach(it=>{ |
|
|
|
|