From e490de3a9ceac16529d8bb7354f9e55d323c2090 Mon Sep 17 00:00:00 2001 From: agan <agan@yazhai.co> Date: Tue, 15 Mar 2022 16:57:13 +0800 Subject: [PATCH] 提交 --- b/downloadIos.html | 1 - iosnew.html | 12 ++---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/b/downloadIos.html b/b/downloadIos.html index 2dab267..53338f3 100644 --- a/b/downloadIos.html +++ b/b/downloadIos.html @@ -176,7 +176,6 @@ } else { iosData = 'iosftsB'; } - $('#video')[0].muted = false; $(".iosDown,.downloadBtn2").on("click", function () { clickDownload(function (data) { var mData = ''; diff --git a/iosnew.html b/iosnew.html index 43b417b..744e2f1 100644 --- a/iosnew.html +++ b/iosnew.html @@ -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(); } -- libgit2 0.25.0