Commit e490de3a by agan

提交

parent 4192ab03
Showing with 2 additions and 11 deletions
......@@ -176,7 +176,6 @@
} else {
iosData = 'iosftsB';
}
$('#video')[0].muted = false;
$(".iosDown,.downloadBtn2").on("click", function () {
clickDownload(function (data) {
var mData = '';
......
......@@ -112,20 +112,16 @@
}
touchB = false;
curp++;
if (curp == 1) {
$('#video')[0].muted = false;
}
if (curp == 2) {
$('#video')[0].muted = true;
$('.wipeUp').hide();
$('.downloadBtn2').show();
if (!$('.rVideos').html()) {
getVList();
}
} else {
$('#video')[0].muted = true;
$('.wipeUp').show();
$('.downloadBtn2').hide();
}
......@@ -142,18 +138,14 @@
}
touchB = false;
curp--;
if (curp == 1) {
$('#video')[0].muted = false;
}
if (curp == 2) {
$('#video')[0].muted = true;
$('.wipeUp').hide();
$('.downloadBtn2').show();
if (!$('.rVideos').html()) {
getVList();
}
} else {
$('#video')[0].muted = true;
$('.wipeUp').show();
$('.downloadBtn2').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