jvsheng
Results
1
comments of
jvsheng
@dntzhang 想请教个问题,在看源码的时候发现这段代码 ```js if (len > 1) { var v = { x: evt.touches[1].pageX - currentX, y: evt.touches[1].pageY - currentY }; if (preV.x !== null) { if (this.pinchStartLen > 0)...