Commit f2ff17c4 by doszhang

dos

parent fd0ff480
......@@ -118,20 +118,17 @@ $(document).ready(function () {
var top = 0;
if (custom) {
console.log('1111111')
top = 427;
ctx2.fillStyle = '#FFFFFF';
ctx2.font = '90px fzlt';
} else if (firstSwiper.realIndex === 0) {
console.log('2222222')
top = 490;
ctx2.fillStyle = '#000000';
ctx2.font = 'bolder 130px fzlt';
} else {
console.log('333333')
top = 417;
top = 25;
ctx2.fillStyle = '#000000';
ctx2.font = '90px fzlt';
ctx2.font = 'bolder 90px fzlt';
}
ctx2.textAlign = 'left';
......
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