优化所有视频模板默认豆瓣播放列表展示

This commit is contained in:
make
2025-10-07 20:54:47 +08:00
parent 2c6c43b649
commit b8c05096ad
11 changed files with 16 additions and 12 deletions

View File

@@ -422,13 +422,7 @@ href='https://{$DomainModel->d_domain}{site:vurl v_id="$arrVideo.v_id" v_py="$ar
'v_year': `{$arrVideo['v_year']}`,
};
var intPlayUrlIndex = '{$Request.route.intPlayIndex}'
var strPlayType = 'default'
var intJumpTimeFirst = 1;
var intJumpTimeTwoStart = 1;
var intJumpTimeTwoEnd = 1;
var arrPlayUrl = {$arrVideo.v_play_url|json_encode|raw} ;
var strPlayUrl = ""
var boolIsPlayPage = false
</script>