|
|
@@ -8186,13 +8186,13 @@ export default {
|
|
|
element.removeChild(element.firstChild);
|
|
|
}
|
|
|
// 创建新的QRCode实例
|
|
|
- this.qrcode = new QRCode("qrcode", {
|
|
|
+ this.qrcode = new QrCode("qrcode", {
|
|
|
text: text,
|
|
|
width: this.qrcodeWidth,
|
|
|
height: this.qrcodeHeight,
|
|
|
colorDark: "#000000",
|
|
|
colorLight: "#ffffff",
|
|
|
- correctLevel: QRCode.CorrectLevel.H,
|
|
|
+ correctLevel: QrCode.CorrectLevel.H,
|
|
|
});
|
|
|
},
|
|
|
//人工核保
|