Commit 40461d58 by doszhang

dos

parent df24ef92
...@@ -124,6 +124,13 @@ function showResult(event) { ...@@ -124,6 +124,13 @@ function showResult(event) {
createPoster(resultFlag) createPoster(resultFlag)
} }
function retry() {
$('.page').hide();
$('.page1').show();
fireworkLock = false
updateWorld()
}
function createPoster(resultFlag) { function createPoster(resultFlag) {
$('#notification_area').remove(); $('#notification_area').remove();
my_notify('正在生成海报,请稍候', 60000); my_notify('正在生成海报,请稍候', 60000);
......
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