Commit 052951af by doszhang

dos

parent 511cbfb1
......@@ -116,6 +116,18 @@ $(document).ready(function () {
id: 'video3'
}, playVideo);
video1.addEventListener('pause', function () {
$('.play1').show();
});
video2.addEventListener('pause', function () {
$('.play2').show();
});
video3.addEventListener('pause', function () {
$('.play3').show();
});
$('.btn-more').on('click', {
link: linkAddress.more
}, jumpTolink);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment