Commit e14d1a2f by agan

提交

parent c1795833
Showing with 4 additions and 4 deletions
......@@ -117,7 +117,7 @@
touchB = false;
curp++;
if(curp == 1){
$('#video').play();
$('#video')[0].play();
}
if (curp == 2) {
$('.wipeUp').hide();
......@@ -143,7 +143,7 @@
touchB = false;
curp--;
if(curp == 1){
$('#video').play();
$('#video')[0].play();
}
if (curp == 2) {
$('.wipeUp').hide();
......
......@@ -113,7 +113,7 @@
touchB = false;
curp++;
if(curp == 1){
$('#video').play();
$('#video')[0].play();
}
if (curp == 2) {
$('.wipeUp').hide();
......@@ -139,7 +139,7 @@
touchB = false;
curp--;
if(curp == 1){
$('#video').play();
$('#video')[0].play();
}
if (curp == 2) {
$('.wipeUp').hide();
......
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