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
ccbikai
2016-08-08 12:40:04 +0800
Commit
137a69b22e29843797d6499df7a227d5a8897917
1 parent
93f4f088
去除调试信息
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
public/js/index.js
public/js/index.js
View file @
137a69b
...
...
@@ -50,7 +50,6 @@ $(() => {
// App 发送给 H5 的事件,统一转为 Vue-bus 的事件
yoho
.
addNativeMethod
(
'triggerH5Event'
,
(
eventName
)
=>
{
alert
(
eventName
);
bus
.
$emit
(
eventName
);
});
});
...
...
Please
register
or
login
to post a comment