...
|
...
|
@@ -111,7 +111,7 @@ function init_play_button() { |
|
|
var v_width = temp_width + 'px';
|
|
|
var v_height = 32.575 * scale + 'rem';
|
|
|
$('.live-loading-container').show(); //显示loading
|
|
|
init_video(video_source, _is_wechat, _is_ios, 'auto', window.innerHeight+'px');
|
|
|
init_video(video_source, _is_wechat, _is_ios, '100%', '100%');
|
|
|
|
|
|
|
|
|
setTimeout(function() {
|
...
|
...
|
@@ -820,7 +820,7 @@ $(document).ready(function() { |
|
|
|
|
|
} else {
|
|
|
is_live = false;
|
|
|
$('.live-time span').eq(0).text('YOHO!回看 ·');
|
|
|
// $('.live-time span').eq(0).text('YOHO!回看 ·');
|
|
|
$('.live-num span').text(replay_user_nums + '人观看');
|
|
|
replay_new_start_time = live_start_time;
|
|
|
get_replay_chat_barrage(live_start_time, replay_chat_interval); //重播获取弹幕
|
...
|
...
|
|