Commit d565e416 by doszhang

dos

parent 832ab495
......@@ -9,7 +9,7 @@
<meta name="format-detection" content="telephone=no">
{:assign var=projectId value=0}
{:assign var=rem value=false}
{:assign var=version value='1.0.8'}
{:assign var=version value='1.0.9'}
{:block name='projectx'}{:/block}
{:if $rem == true}
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
......
......@@ -133,25 +133,25 @@ $(document).ready(function () {
if (custom) {
// 自定义
top = 535;
if (browser.versions.iPhone) top = 510
// if (browser.versions.iPhone) top = 510
ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 130px msyh';
} else if (firstSwiper.realIndex === 0) {
//模板1
top = 535;
if (browser.versions.iPhone) top = 510
// if (browser.versions.iPhone) top = 510
ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 130px msyh';
} else if (firstSwiper.realIndex === 1) {
//模板2
top = 535;
if (browser.versions.iPhone) top = 510
// if (browser.versions.iPhone) top = 510
ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 130px msyh';
} else {
//模板3
top = 535;
if (browser.versions.iPhone) top = 510
// if (browser.versions.iPhone) top = 510
ctx2.fillStyle = '#000000';
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