Commit a894975f by doszhang

dos

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