Commit 5d3de37f by doszhang

dos

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