huangxiaojing 4 anni fa
parent
commit
6b59ccd431
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;