Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
陈轩
2016-08-19 18:14:41 +0800
Commit
4553fb13c136f41515a4f8cad52c66ec79808b3e
1 parent
80e72b50
save
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
public/js/activity/live-play.page.js
public/js/activity/live/yoho_live_detail_main.js
public/js/activity/live-play.page.js
View file @
4553fb1
var
wxShare
=
require
(
'common/share'
);
require
(
'./live/live_head'
);
require
(
'./live/yoho_live_detail_main'
);
require
(
'./live/yoho_video'
);
require
(
'./live/yoho_live_detail_main'
);
require
(
'./live/temp'
);
require
(
'./live/yoho_live_share'
);
...
...
public/js/activity/live/yoho_live_detail_main.js
View file @
4553fb1
...
...
@@ -765,6 +765,7 @@ function set_interval_time() {
* requestAnimationFrame
*/
function
init_request_animation_frames
()
{
var
lastTime
=
0
;
var
prefix
;
//通过遍历各浏览器前缀,来得到requestAnimationFrame和cancelAnimationFrame在当前浏览器的实现形式
for
(
var
i
=
0
;
i
<
prefixes
.
length
;
i
++
)
{
...
...
Please
register
or
login
to post a comment