Commit a730aac7 a730aac76863b94313018f845ee0ed491faffbf9 by 胡国瑞

第一次进入无法聚焦到轮播图列表问题

1 parent ec21ed69
......@@ -148,6 +148,8 @@ cc.Class({
fiNav.init(oJSONResult.resultSet[i].tvlink, false, null, null, 1.1); //最后一个参数决定要不要放大显示
this._aFocusTargets[0]["view_pager_label" + i] = nodeNav;
nodeNav.active = false;
nodeNav.active = true;
}
} catch (error) {
cc.log("Business Exception:Get initViewPager..." + error);
......