微信小店联盟带货小程序

ec-canvas.wxml 209B

123456789
  1. <canvas
  2. type="2d"
  3. class="ec-canvas"
  4. canvas-id="{{ canvasId }}"
  5. bindinit="init"
  6. bindtouchstart="{{ onTouchStart }}"
  7. bindtouchmove="{{ onTouchMove }}"
  8. bindtouchend="{{ onTouchEnd }}"
  9. ></canvas>