首先把其中的要点先说一下 uni.createCanvasContext(canvasId, componentInstance) 当我们没有使用自定义组件时, 参数 componentInstance 可以不传 但如果我们的 canvas 是放在自定义组件中, 在vue2中一般传的是 this , 在vue3中是没有this的, 当我们在 vue3中要使用 this的时候, 我们一般会使用 getCurrentInstance() 如果我们不是使用的自定义组件 <template> <view> <canvas canvas-<