Commit e490de3a by agan

提交

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