heyang hace 3 años
padre
commit
404d7cfeb6
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1 4
      screenAndroid/WXtrialInterface.html

+ 1 - 4
screenAndroid/WXtrialInterface.html

@@ -117,14 +117,11 @@
 		var isAudioPlay = false;
 		var video = document.getElementById("playerVideo");
 		video.play();
-		isAudioPlay = true;
 		$.alert({
 			title: '提示',
 			text: '开始使用云手机',
 			onOK: function () {
-				// var video = document.getElementById("playerVideo");
-				// video.play();
-				// isAudioPlay = true;
+				isAudioPlay = true;
 			}
 		});
 		var topwinHeight = window.screen.height - window.innerHeight + 30; //计算title top 头部