Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 54a9b680 authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent e6b352fa
Show whitespace changes
Inline Side-by-side
Showing with 3 additions and 1 deletions
  • mTest/room/liveRoom.html
mTest/room/liveRoom.html
View file @ 54a9b680
......@@ -65,7 +65,7 @@
</style>
</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">
<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="">
......@@ -2280,7 +2280,9 @@ $(function(){
})
$(".touch-box").on("touchmove",function(e){
if(touchOk==false)return;
event.preventDefault()
if(touchX==null){
touchX=e.changedTouches[0].clientX
touchY=e.changedTouches[0].clientY
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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