This commit is contained in:
haoouba
2021-01-24 10:45:15 +08:00
parent 41072d2156
commit 42c7807e76
14 changed files with 160 additions and 112 deletions

View File

@@ -1,4 +1,4 @@
window.onload = () => {
document.addEventListener('DOMContentLoaded', () => {
/* 激活轮播图功能 */
{
if ($('.joe_index__banner .swiper-container').length !== 0) {
@@ -110,4 +110,4 @@ window.onload = () => {
}).init()
}
}
}
})