Commit 85c9ce98 by doszhang

dos

parent 91bfcc07
...@@ -125,7 +125,7 @@ function showItem() { ...@@ -125,7 +125,7 @@ function showItem() {
nowShowIndex++ nowShowIndex++
} else if (nowShowIndex == 3 && scrollLeft > 930) { } else if (nowShowIndex == 3 && scrollLeft > 930) {
$('.toast2').show(); $('.toast2').show();
nowShowIndex++ showItemStatus = true
} }
}, 100) }, 100)
} }
...@@ -161,6 +161,7 @@ function retry() { ...@@ -161,6 +161,7 @@ function retry() {
fireworkLock = false fireworkLock = false
updateWorld() updateWorld()
showItemStatus = false showItemStatus = false
nowShowIndex = 1
$('.title').hide() $('.title').hide()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment