dist
This commit is contained in:
parent
5f90e383fb
commit
a7f53f193d
@ -30,8 +30,8 @@
|
|||||||
provSelect1.value = "";
|
provSelect1.value = "";
|
||||||
document.getElementById("button1").blur();
|
document.getElementById("button1").blur();
|
||||||
bridge.call("JSSDK.readQRCode", "", function(code){
|
bridge.call("JSSDK.readQRCode", "", function(code){
|
||||||
//console.log("hotellog - 扫描结果:" + code);
|
console.log("hotellog - 扫描结果:" + code);
|
||||||
provSelect1.value = code;
|
provSelect1.value = code;
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user