第一次进入无法聚焦到轮播图列表问题
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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); | ... | ... |
-
Please register or sign in to post a comment