Commit 54a9b680 by libai

测试

parent e6b352fa
Showing with 3 additions and 1 deletions
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
</style> </style>
</head> </head>
<body ontouchmove="event.preventDefault()" style="background: rgb(153, 156, 166);overflow: hidden;font-size: 12px;"> <body style="background: rgb(153, 156, 166);overflow: hidden;font-size: 12px;">
<div class="guard-show-box"> <div class="guard-show-box">
<img class="guard-show-webp" src="" alt=""> <img class="guard-show-webp" src="" alt="">
<img class="guard-show-face" src="https://zhibocdn.yabolive.net/comm/user/img/11136355/8e908aec05c04ea89542943b350958b8.jpg?oversea=1?mainland=1?x-oss-process=image/resize,w_45" alt=""> <img class="guard-show-face" src="https://zhibocdn.yabolive.net/comm/user/img/11136355/8e908aec05c04ea89542943b350958b8.jpg?oversea=1?mainland=1?x-oss-process=image/resize,w_45" alt="">
...@@ -2280,7 +2280,9 @@ $(function(){ ...@@ -2280,7 +2280,9 @@ $(function(){
}) })
$(".touch-box").on("touchmove",function(e){ $(".touch-box").on("touchmove",function(e){
if(touchOk==false)return; if(touchOk==false)return;
event.preventDefault()
if(touchX==null){ if(touchX==null){
touchX=e.changedTouches[0].clientX touchX=e.changedTouches[0].clientX
touchY=e.changedTouches[0].clientY touchY=e.changedTouches[0].clientY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment