Commit 30090028 by wjd

Merge branch 'zjx' into 'debug'

Zjx

See merge request iot-project-js/doorlock!16
parents 7a090786 d9b7aa95
...@@ -137,8 +137,8 @@ function createQrcode(self, qrKey){ ...@@ -137,8 +137,8 @@ function createQrcode(self, qrKey){
console.log(error); console.log(error);
} else { } else {
console.log('success'); console.log('success');
qr.style.width = "5.333rem"; qr.style.width = "4.267rem";
qr.style.height = "5.333rem"; qr.style.height = "4.267rem";
console.log(qr.style); console.log(qr.style);
setTimeout(() => { setTimeout(() => {
self.setQrCodeDisabled(true); self.setQrCodeDisabled(true);
......
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 to comment