1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shylinux 2020-07-30 09:24:21 +08:00
parent de1adc50a0
commit bc956d835e

View File

@ -38,7 +38,6 @@ var user = Volcanos("user", {help: "用户模块",
]}])
can.Timer({value: 100, length: (meta.duration||1000)/100}, function(event, interval, index) {
console.log(index, interval)
if (index > 20) { ui.duration.innerHTML = (index/10)+"s..." }
}, function() { can.page.Remove(can, ui.first) })