Explorar o código

Merge branch 'hotfix/修复推流广告未暂停' of Software/android-cloud-H5 into test

zengzhixiang %!s(int64=3) %!d(string=hai) anos
pai
achega
1a311572a1
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      screenAndroid/WXtrialInterface.html
  2. 1 0
      screenIos/WXtrialInterface.html

+ 1 - 0
screenAndroid/WXtrialInterface.html

@@ -1379,6 +1379,7 @@
             report(1);
           }
           $('.try-use-wrap').eq(0).hide();
+          $('#source')[0].pause();
           return;
         }
         $('.look-wrap').eq(0).show();

+ 1 - 0
screenIos/WXtrialInterface.html

@@ -1157,6 +1157,7 @@
             report(1);
           }
           $('.try-use-wrap').eq(0).hide();
+          $('#source')[0].pause();
           return;
         }
         $('.look-wrap').eq(0).show();