Commit 72f650a8 by hank

延时1秒

parent 7933cd22
......@@ -291,7 +291,10 @@ export default {
// let qr_code = window.$jssdk("ble.connectId")
let qr_code = window.$jssdk("bind.qrcode");
if (!qr_code.qrcode) {
getQrcode();
setTimeout(() => {
getQrcode()
}, 1000)
// getQrcode();
return;
} else {
QRCode.toDataURL(JSON.stringify(qr_code), {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment