huangxiaojing %!s(int64=4) %!d(string=hai) anos
pai
achega
1f82c3b4a8
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      screenAndroid/WXtrialInterface.html

+ 7 - 0
screenAndroid/WXtrialInterface.html

@@ -167,6 +167,13 @@
 		<script src="WXdraw.js?v=110"></script>
 
 		<script>
+			
+		document.addEventListener('touchstart', function(){ 
+				var video = document.getElementById("playerVideo");
+				var audio = document.getElementById("audioPlayer");
+				video.play();
+				audio.play();
+		}, false);
 			var topwinHeight = window.screen.height - window.innerHeight + 30; //计算title top 头部
 			$('#wine').css({
 				"width": window.screen.width,