uni-app 官网代码实列,在h5 || app 是成功的,

 

但是在 小程序 就不成功了,找到原因结果是 需要在  后面绑定 this,然后就成功了

var ctx = uni.createCanvasContext('myCanvas',this) //绑定画布