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