|
@@ -397,6 +397,7 @@ $(".qrcode").click(function () {
|
|
|
|
|
|
$(".close").click(function () {
|
|
$(".close").click(function () {
|
|
$('#qr-reader').css('display','none');
|
|
$('#qr-reader').css('display','none');
|
|
|
|
+ html5QrCode.stop();
|
|
});
|
|
});
|
|
|
|
|
|
const html5QrCode = new Html5Qrcode("qr-reader");
|
|
const html5QrCode = new Html5Qrcode("qr-reader");
|