tianyi 2 weeks ago
parent
commit
6b7386d237
  1. 1
      libs/weapp-qrcode.js

1
libs/weapp-qrcode.js

@ -412,7 +412,6 @@ var QRCode;
destHeight: this._htOption.height,
canvasId: this.canvasId,
success: function (res) {
console.log(res.tempFilePath)
callback(res.tempFilePath)
}
})

Loading…
Cancel
Save