From 630d6731f3f2ab1fdfb85fc9eb43e2ca8ec7dc89 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Wed, 4 Nov 2020 11:43:05 +0800 Subject: [PATCH] dist --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f458779..4011534 100644 --- a/index.html +++ b/index.html @@ -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;