Commit 7f55cef1 by doszhang

dos

parent 84c0301d
......@@ -68,7 +68,7 @@ let answerArr = [];
// 已经进入的题目
let watchedQuestion = [1];
//结果
let resultType = 7;
let resultType = 8;
//提交信息按钮防抖
let submitStatus = true;
//是否已经看过规则
......@@ -326,7 +326,7 @@ function createPoster(callback) {
$('.tip1,.tip6').css('top', '51.7rem');
break;
case 7:
$('.tip1,.tip6').css('top', '51.6rem');
$('.tip1,.tip6').css('top', '51.8rem');
break;
case 8:
$('.tip1,.tip6').css('top', '51.6rem');
......
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