mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update login.js
This commit is contained in:
parent
dfc30d5d9e
commit
2bd3cd715b
@ -22,7 +22,7 @@ $(function () {
|
||||
window.setTimeout(function () {
|
||||
$(el).removeClass(el.imgs.join(' ')).addClass(css)
|
||||
}, 1000) && $body.removeClass(el.imgs.join(' ')).addClass(css)
|
||||
}, window.setInterval(function () {
|
||||
}, el.lazy = window.setInterval(function () {
|
||||
el.imgs.length > 0 && el.SetBackImage(el.imgs[++el.idx] || el.imgs[el.idx = 0]);
|
||||
}, 5000) && el.dataset.bgTransition.split(',').forEach(function (image) {
|
||||
layui.img(image, function (img, cssid, style) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user