Commit c1795833 by agan

提交

parent 43e884e4
Showing with 12 additions and 0 deletions
...@@ -116,6 +116,9 @@ ...@@ -116,6 +116,9 @@
} }
touchB = false; touchB = false;
curp++; curp++;
if(curp == 1){
$('#video').play();
}
if (curp == 2) { if (curp == 2) {
$('.wipeUp').hide(); $('.wipeUp').hide();
$('.downloadBtn2').show(); $('.downloadBtn2').show();
...@@ -139,6 +142,9 @@ ...@@ -139,6 +142,9 @@
} }
touchB = false; touchB = false;
curp--; curp--;
if(curp == 1){
$('#video').play();
}
if (curp == 2) { if (curp == 2) {
$('.wipeUp').hide(); $('.wipeUp').hide();
$('.downloadBtn2').show(); $('.downloadBtn2').show();
......
...@@ -112,6 +112,9 @@ ...@@ -112,6 +112,9 @@
} }
touchB = false; touchB = false;
curp++; curp++;
if(curp == 1){
$('#video').play();
}
if (curp == 2) { if (curp == 2) {
$('.wipeUp').hide(); $('.wipeUp').hide();
$('.downloadBtn2').show(); $('.downloadBtn2').show();
...@@ -135,6 +138,9 @@ ...@@ -135,6 +138,9 @@
} }
touchB = false; touchB = false;
curp--; curp--;
if(curp == 1){
$('#video').play();
}
if (curp == 2) { if (curp == 2) {
$('.wipeUp').hide(); $('.wipeUp').hide();
$('.downloadBtn2').show(); $('.downloadBtn2').show();
......
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