Преглед изворни кода

调整剪切板无法下拉

heyang пре 3 година
родитељ
комит
26130ca7a3

+ 2 - 2
microserviceUserH5/vcloud/maJiaBaoGoApp.html

@@ -37,7 +37,7 @@
 		toastr.options.timeOut = '1500';
 	</script>
 	<script type="text/javascript">
-        // var baseUrl = 'http://14.215.128.96/'
+        var baseUrl = 'http://client.androidscloud.com'
 	    let timer,flag = true;
 		var url = window.location.href;
 		url = url.split('/')
@@ -101,7 +101,7 @@
 				data:JSON.stringify({
 					code:"Q4796f4k26ST",
 					platform:"1",
-					version:""
+					version:"pD7J72l6TpN7"
 				}),
 				contentType: "application/json",
 				dataType: 'json',

+ 5 - 5
screenAndroid/WXtrialInterface.html

@@ -590,11 +590,11 @@
 				});
 		}
 		var orientation = 0; //0 竖屏,1横屏
-		document.body.addEventListener('touchmove', function (e) {
-			e.preventDefault()
-		}, {
-			passive: false
-		})
+		// document.body.addEventListener('touchmove', function (e) {
+		// 	e.preventDefault()
+		// }, {
+		// 	passive: false
+		// })
 
 		// //初始化一下就可以了
 		// var vConsole = new VConsole();

+ 1 - 0
screenAndroid/css/WXtrialInterface.css

@@ -351,6 +351,7 @@ html {
 	height: 16.875em;
 	background: rgba(0, 0, 0, 0.6);
 	border-radius: 1.25em;
+	padding-bottom: 20px;
 	position: absolute;
 	top: 8.375em;
 	left: 3.625em;

+ 5 - 5
screenIos/WXtrialInterface.html

@@ -254,11 +254,11 @@
 
 		var orientation = 0; //0 竖屏,1横屏
 
-		document.body.addEventListener('touchmove', function (e) {
-			e.preventDefault();
-		}, {
-			passive: false
-		})
+		// document.body.addEventListener('touchmove', function (e) {
+		// 	e.preventDefault();
+		// }, {
+		// 	passive: false
+		// })
 
 		var cutList = [];
 		function showShearPlate() {