diff --git a/index.html b/index.html index 44508a0..d1a522c 100644 --- a/index.html +++ b/index.html @@ -30,11 +30,11 @@ //provSelect1.focus(); provSelect1.value = ""; document.getElementById("button1").blur(); - bridge.call("JSSDK.readQRCode", "", function(code){ + console.log(bridge.call("JSSDK.readQRCode", "", function(code){ console.log("hotellog - 扫描结果:" + code); // provSelect1.value = code; - }); + })); }