Authored by yyq

fix

... ... @@ -34,7 +34,7 @@ function getBrandList(_index, yh_channel) {
return { name: item, content: data.data.all_list[item] };
});
list['focus' + _index] = true;
$('#brand_container').html(brand_tmp({ list }));
$('#brand_container').html(brand_tmp({ list: list }));
});
}
getBrandList(1, 1);
... ...