数据驱动、坚持为客户提供有价值的服务和内容
onLoad: function (options) { this.createQrCode( decodeURIComponent(options.url), 'mycanvas', 200, 200 ) }
createQrCode: function (content, canvasId, cavW, cavH) { //调用插件中的draw方法,绘制二维码图片 //this.