This commit is contained in:
luyuan 2020-11-04 10:44:28 +08:00
parent 5f90e383fb
commit a7f53f193d
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

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