ec-canvas.wxml 251 B

12345
  1. <canvas class="ec-canvas" canvas-id="{{ canvasId }}"
  2. bindinit="init"
  3. bindtouchstart="{{ ec.disableTouch ? '' : 'touchStart' }}" bindtouchmove="{{ ec.disableTouch ? '' : 'touchMove' }}" bindtouchend="{{ ec.disableTouch ? '' : 'touchEnd' }}">
  4. </canvas>