fix childplay code and qr code

This commit is contained in:
Yan
2018-04-20 11:51:33 +06:30
parent d0293a762a
commit 223404a3b0
4 changed files with 55 additions and 55 deletions

View File

@@ -142,7 +142,7 @@ $(function() {
});
// QR Code Reader
$("#qr_code").on('sclick', function(e){
$("#qr_code").on('click', function(e){
var code = "";
setTimeout(function(){
code=getQRCode();