Browse Source

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

zengzhixiang 3 years ago
parent
commit
1a311572a1
2 changed files with 2 additions and 0 deletions
  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();