<canvas canvas-id="Qrcode"></canvas>
qrCode.api.draw(text, {
ctx: uni.createCanvasContext('Qrcode'),
width: 127,
height: 127
});
生活其实很有趣
<canvas canvas-id="Qrcode"></canvas>
qrCode.api.draw(text, {
ctx: uni.createCanvasContext('Qrcode'),
width: 127,
height: 127
});