MCPcopy 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

onTouchStartMethod · 0.95
app.jsFile · 0.80
bootstrap.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected