Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
apk_product
/
ForFun
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a730aac7
...
a730aac76863b94313018f845ee0ed491faffbf9
authored
2020-07-21 10:51:58 +0800
by
胡国瑞
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
第一次进入无法聚焦到轮播图列表问题
1 parent
ec21ed69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
assets/Script/main.js
assets/Script/main.js
View file @
a730aac
...
...
@@ -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
);
...
...
Please
register
or
sign in
to post a comment