欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

微信小程序开发-ctx.draw无反应

程序员文章站 2022-06-04 14:24:45
...

要记得在页面中写入画布的代码

<view class='mask'  catchtouchmove="move" wx-if="{{qrTempPath}}" >
  <image style="width: {{userEquip.windowWidth}}rpx;height: {{canvasHeight}}px;"  mode="widthFix" src="{{qrTempPath}}" bindtap='closeQRImage'></image>
   <button class='saveToShare' bindtap='saveToShare'>保存至相册,分享到朋友圈</button>
</view>

<view  ><canvas  canvas-id="firstCanvas"  style="width: {{userEquip.windowWidth}}rpx;height: {{canvasHeight}}px;position:fixed;top:-9999px" ></canvas></view>
相关标签: 小程序 小程序