微信小程序单指、双指操作图片/层(移动缩放)
微信小程序单指、双指操作图片/层WXML:
<view class="myCanvas">
<image src="{{ loadSrc}}" class="img" bindtouchstart="touchstartCallback" bindtouchmove="touchmoveCallback" bindload="imgload" style="width: {{ scaleWidth }}px;height: {{ scaleHeight }}px;margin-top:{{marginTop}}px;margin-left:{{margin