huangxiaojing 4 년 전
부모
커밋
6b59ccd431
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      screenAndroid/WXtrialInterface.html

+ 1 - 1
screenAndroid/WXtrialInterface.html

@@ -139,7 +139,7 @@
 		// 		$('.loading').hide();
 		// 	}
 		// });
-		$(body).click(function () {
+		$('body').click(function () {
 			var video = document.getElementById("playerVideo");
 			video.play();
 			isAudioPlay = true;