/**
* [open_all 點擊查看更多]
* @param {[int]} type [1:品牌 2:標簽]
* @return {[void]}
*/
function open_all(type){
if(type == 1){
$('#open_2').hide();
$('#nav_2 li[show=0]').show();
}else{
$('#open_3').hide();
$('#nav_3 li[show=0]').show();
}
}
var curr_cid_arr = [];
// console.log(curr_cid_arr);
if(curr_cid_arr.length > 0){
$("#nav_1 a").each(function(){
if(curr_cid_arr.indexOf($(this).attr('cid')) != -1){
$(this).parent().addClass('this');
$(this).parent().next().slideDown();
}
});
}
尊敬的用戶,根據您選擇的“0824”標簽,我們共為您找到了1款相關產品