Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
9 years ago
Commit
1aa9650c539d1164ada6056e8cfd9d8daf21a6c0
1 parent
8c5060a3
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/yoho.js
public/js/yoho.js
View file @
1aa9650
...
...
@@ -301,7 +301,7 @@ const yoho = {
*/
updateNavigationBar
(
args
,
success
,
fail
)
{
if
(
this
.
isApp
)
{
window
.
yohoInterface
.
triggerEvent
(
success
||
function
()
{},
fail
||
function
()
{}
,
{
window
.
yohoInterface
.
triggerEvent
(
success
||
nullFun
,
fail
||
nullFun
,
{
method
:
'update.navigationBarStyle'
,
arguments
:
args
});
...
...
Please
register
or
login
to post a comment