|
@@ -370,7 +370,6 @@
|
|
|
|
|
|
<script>
|
|
|
$(".qrcode").click(function () {
|
|
|
- // alert("開啟QRCode掃描器");
|
|
|
$('#qr-reader').css('display','block');
|
|
|
|
|
|
$('html, body').animate({
|
|
@@ -378,21 +377,6 @@ $(".qrcode").click(function () {
|
|
|
}, 0);
|
|
|
|
|
|
qrcode_scanner();
|
|
|
-
|
|
|
- /*
|
|
|
- if($("#qr-reader").is(":hidden")){
|
|
|
- // alert("開啟QRCode掃描器");
|
|
|
- $('#qr-reader').css('display','block');
|
|
|
-
|
|
|
- $('html, body').animate({
|
|
|
- scrollTop: $("#qr-reader").offset().top
|
|
|
- }, 0);
|
|
|
-
|
|
|
- qrcode_scanner();
|
|
|
- } else {
|
|
|
- alert("關閉QRCode掃描器");
|
|
|
- $('#qr-reader').css('display','none');
|
|
|
- } */
|
|
|
});
|
|
|
|
|
|
$(".close").click(function () {
|