mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-18 01:20:04 +08:00
更新
This commit is contained in:
@@ -159,9 +159,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
$(this).addClass('active').siblings().removeClass('active')
|
||||
const url = $(this).attr('data-src')
|
||||
$('.joe_detail__article-video .play iframe').attr({ src: player + url })
|
||||
$('.joe_detail__article-video .play .title').html('正在播放:' + $(this).html())
|
||||
const offset = $('.joe_detail__article-video .play').offset().top - $('.joe_header').height() - 15
|
||||
window.scrollTo({ top: offset, behavior: 'smooth' })
|
||||
})
|
||||
$('.joe_detail__article-video .episodes .item').first().click()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user