测试使用过的: 基于img,base64输出二维码 https://gitee.com/cxing/wxqrcode
var wxqrcode = require('../../utils/wxqrcode.js');
var qrcode = wxqrcode.createQrCodeImg('https://baidu.com');
this.setData({
qrcode: qrcode
})
测试使用过的: 基于img,base64输出二维码 https://gitee.com/cxing/wxqrcode
var wxqrcode = require('../../utils/wxqrcode.js');
var qrcode = wxqrcode.createQrCodeImg('https://baidu.com');
this.setData({
qrcode: qrcode
})