This commit is contained in:
2020-11-04 11:29:41 +08:00
parent a7f53f193d
commit cef714c57a

View File

@@ -29,7 +29,7 @@
//provSelect1.focus();
provSelect1.value = "";
document.getElementById("button1").blur();
bridge.call("JSSDK.readQRCode", "", function(code){
bridge.call("JSSDK.readQRCode", function(code){
console.log("hotellog - 扫描结果:" + code);
provSelect1.value = code;