Authored by 姜敏

Merge branch 'develop' of http://git.dev.yoho.cn/platform/yohobuy-portal-fe into develop

... ... @@ -132,10 +132,10 @@ var Bll = {
//获取品牌
Bll.getBrands();
// $(document).on('click', '.brand-index', function() {
// var brandIndex = $(this).text();
// $('.brand-wrap').find('[name="' + brandIndex + '"]').show().siblings().hide();
// });
$(document).on('click', '.brand-index', function() {
var brandIndex = $(this).text();
$('.brand-wrap').find('[name="' + brandIndex + '"]').show().siblings().hide();
});
/*渲染页面*/
Bll.__render("#panel-body","tempalte1",ViewModel);
/*渲染品牌*/
... ...