04 2021 档案

摘要:1 <template> 2 <view class="content"> 3 <canvas id="myCanvas" style="margin: 100rpx auto;width: 300px;height: 300px;" canvas-id="myCanvas"></canvas> 4 阅读全文
posted @ 2021-04-26 18:55 蕾姆大人 阅读(600) 评论(0) 推荐(0)
摘要:1 touchmove: function(e) { 2 if (this.complete || this.disabled) { 3 return; 4 } 5 // ctx.globalCompositeOperation = 'destination-out'; 6 ctx.moveTo(t 阅读全文
posted @ 2021-04-26 11:12 蕾姆大人 阅读(171) 评论(0) 推荐(0)
摘要:1 // cavans畫布描繪海報 2 async writeCanvas() { 3 this.writeCanvasFinish = false 4 const ctx = uni.createCanvasContext('myCanvas', this) 5 let bgImgPath = a 阅读全文
posted @ 2021-04-25 18:15 蕾姆大人 阅读(837) 评论(2) 推荐(0)