daofu-applet/components/signature/signature.wxml

4 lines
366 B
Plaintext
Raw Permalink Normal View History

2024-01-29 17:42:38 +08:00
<view class="autograph-container" style="width: {{ width }}; height: {{ height }};">
<canvas id="canvas" class="autograph-canvas" type="2d" disable-scroll style="width: 100%; height: 100%;" bindtouchstart="handleTouchStart" bindtouchmove="handleTouchMove" bindtouchend="handleTouchEnd" bindtouchcancel="handleTouchEnd" binderror="handleTouchEnd"></canvas>
</view>