From a7f53f193dbb4762384b355e3f7e2d70a9785d42 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Wed, 4 Nov 2020 10:44:28 +0800 Subject: [PATCH] dist --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6efa3f6..4011534 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@ provSelect1.value = ""; document.getElementById("button1").blur(); bridge.call("JSSDK.readQRCode", "", function(code){ - //console.log("hotellog - 扫描结果:" + code); - provSelect1.value = code; + console.log("hotellog - 扫描结果:" + code); + provSelect1.value = code; });