Commit fa54b933 by doszhang

dos

parent 1f102121
......@@ -47,17 +47,8 @@ if ($('div').length > 0) {
$('.loading-page').show();
preloadimages(preloadImageList, function () {
setTimeout(function () {
$('.loading-page').hide();
// $('.home-page').show();
$('.poster-page').show();
createPoster(function () {
$('#notification_area').remove();
});
}, 1000);
$('.loading-page').hide();
$('.home-page').show();
}, function (progress) {
$('.loading-page .progress').css('width', (16.6 / 100) * (progress * 100) + 'rem');
......@@ -72,7 +63,7 @@ let answerArr = [];
// 已经进入的题目
let watchedQuestion = [1];
//结果
let resultType = 1;
let resultType = 0;
//提交信息按钮防抖
let submitStatus = true;
//是否已经看过规则
......
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