Commit 6a797119 by doszhang

dos

parent d565e416
...@@ -133,25 +133,25 @@ $(document).ready(function () { ...@@ -133,25 +133,25 @@ $(document).ready(function () {
if (custom) { if (custom) {
// 自定义 // 自定义
top = 535; top = 535;
// if (browser.versions.iPhone) top = 510 if (browser.versions.iPhone) top = 515
ctx2.fillStyle = '#ffffff'; ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 130px msyh'; ctx2.font = 'bold 130px msyh';
} else if (firstSwiper.realIndex === 0) { } else if (firstSwiper.realIndex === 0) {
//模板1 //模板1
top = 535; top = 535;
// if (browser.versions.iPhone) top = 510 if (browser.versions.iPhone) top = 515
ctx2.fillStyle = '#ffffff'; ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 130px msyh'; ctx2.font = 'bold 130px msyh';
} else if (firstSwiper.realIndex === 1) { } else if (firstSwiper.realIndex === 1) {
//模板2 //模板2
top = 535; top = 535;
// if (browser.versions.iPhone) top = 510 if (browser.versions.iPhone) top = 515
ctx2.fillStyle = '#ffffff'; ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 130px msyh'; ctx2.font = 'bold 130px msyh';
} else { } else {
//模板3 //模板3
top = 535; top = 535;
// if (browser.versions.iPhone) top = 510 if (browser.versions.iPhone) top = 515
ctx2.fillStyle = '#000000'; ctx2.fillStyle = '#000000';
ctx2.font = 'bold 130px msyh'; ctx2.font = 'bold 130px msyh';
} }
......
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