Commit cb3dad09 by doszhang

dos

parent c4e995ac
...@@ -63,7 +63,7 @@ let answerArr = []; ...@@ -63,7 +63,7 @@ let answerArr = [];
// 已经进入的题目 // 已经进入的题目
let watchedQuestion = [1]; let watchedQuestion = [1];
//结果 //结果
let resultType = 7; let resultType = 8;
//记录初始状态下fontsize //记录初始状态下fontsize
const fontSize = parseFloat($('html').css('fontSize')); const fontSize = parseFloat($('html').css('fontSize'));
...@@ -79,7 +79,7 @@ let canvasArr = [ ...@@ -79,7 +79,7 @@ let canvasArr = [
[58, 240, 1164, 1808, 34, 30, '#0f5188'], [58, 240, 1164, 1808, 34, 30, '#0f5188'],
// [58, 240, 1164, 1008, 34, 30, '#0f5188'], // [58, 240, 1164, 1008, 34, 30, '#0f5188'],
[58, 240, 1164, 1812, 34, 30, '#0f5188'], [58, 240, 1164, 1812, 34, 30, '#0f5188'],
// [58, 240, 1190, 1812, 34, 30, '#0f5188'] [58, 240, 1190, 1812, 34, 30, '#0f5188']
]; ];
//海报canvas //海报canvas
......
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