Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderOpen/waimai
/ setOffset
Method
setOffset
front/components/mpvueGestureLock/gestureLock.js:62–65 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
60
61
// 初始化 偏移量
62
setOffset(e) {
63
this.offsetX = e.currentTarget.offsetLeft;
64
this.offsetY = e.currentTarget.offsetTop;
65
}
66
67
// 检测当时 触摸位置是否位于 锁上
68
checkTouch({
Callers
4
onTouchStart
Method · 0.95
app.js
File · 0.80
bootstrap.min.js
File · 0.80
jquery-1.11.3.min.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected