优化:支持控制是否显示
This commit is contained in:
6
dist/index.html
vendored
6
dist/index.html
vendored
@@ -100,7 +100,11 @@
|
||||
output("call ready");
|
||||
hide();
|
||||
var url = "https://vet.iqudoo.com/api?action=api.biz.wechat.JSSDKConfig";
|
||||
initSDK({ initWechatJssdk: { apiUrl: url } }, function () {
|
||||
initSDK({
|
||||
webCanvasEnabled: true,
|
||||
webScanBeepEnabled: true,
|
||||
initWechatJssdk: { apiUrl: url }
|
||||
}, function () {
|
||||
IScan.setStatusListener(function (res) {
|
||||
output("status", IScan.getStatus());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user