環(huán)奇H899大型航拍無(wú)人機(jī)專業(yè)級(jí)高清4K實(shí)時(shí)傳輸飛行器四軸遙控飛機(jī)
抗摔耐摔,無(wú)頭模式輕松遙控
/**
* [open_all 點(diǎn)擊查看更多]
* @param {[int]} type [1:品牌 2:標(biāo)簽]
* @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 = [];
curr_cid_arr.push('410');
curr_cid_arr.push('411');
curr_cid_arr.push('421');
curr_cid_arr.push('423');
curr_cid_arr.push('429');
// 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();
}
});
}















沈陽(yáng)億得科技有限公司 版權(quán)所有
? copyright 2010-2015 興SO. All rights reserved. 遼ICP備12048526號(hào)-2 遼公網(wǎng)安備 11010602100083