微信小程序内生成普通链接二维码

https://github.com/dillonlfy/weapp-qrcode

weapp-qrcode-master.zip

var QRCode = require('../../../utils/weapp-qrcode.js');

onLoad: function() {
        new QRCode('canvas', {
            // usingIn: this,
            text: "http://baidu.com/e/"+a.globalData.userInfo.uid,
            padding: 12,
            width: 256,
            height: 256,
            colorDark: "#1CA4FC",//前景色
            colorLight: "white",//背景色
            correctLevel: QRCode.CorrectLevel.H,
            callback: (res) => {
                // 生成二维码的临时文件
                console.log(res.path)
            }
        });
    },


打赏

看恩吧
网站不承担任何有关评论的责任
  • 最新评论
  • 总共条评论
取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦