Commit 65701f17 by doszhang

dos

parent 7e47dd70
...@@ -118,14 +118,17 @@ $(document).ready(function () { ...@@ -118,14 +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 = 417; top = 417;
ctx2.fillStyle = '#FFFFFF'; ctx2.fillStyle = '#FFFFFF';
ctx2.font = '90px fzlt'; ctx2.font = '90px fzlt';
} else { } else {
console.log('333333')
top = 417; top = 417;
ctx2.fillStyle = '#000000'; ctx2.fillStyle = '#000000';
ctx2.font = '90px fzlt'; ctx2.font = '90px fzlt';
......
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