作者 景龙
1 个管道 的构建 通过 耗费 0 秒

调试视频定位

... ... @@ -135,6 +135,8 @@
<div class="index_seventh_bottom_four">上映时间:<span class="release_time"></span></div>
<!--视频索引-->
<input type="hidden" value="0" class="video_index">
<!--视频url-->
<input type="hidden" value="0" class="video_index_url">
<div class="index_seventh_bottom_five">
<div class="index_seventh_bottom_title">分享:</div>
... ...
... ... @@ -12,7 +12,6 @@
}else{
url = $('.video_index_url').val();
}
}else{
url = window.location.href;
}
... ...