Commit f2ff17c4 by doszhang

dos

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