Commit 3ca8abe2 by agan

提交

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