Commit a730aac7 a730aac76863b94313018f845ee0ed491faffbf9 by 胡国瑞

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

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