优化diamante

This commit is contained in:
java110 2021-08-19 22:55:24 +08:00
parent cc0ff47c88
commit cbd3fc548e

View File

@ -76,11 +76,11 @@
_that.qrCode = data.data
new qrCode('openDoorQrcode', {
text: _that.qrCode,
width: 150,
height: 150,
width: 250,
height: 250,
colorDark: "#333333",
colorLight: "#FFFFFF",
correctLevel: qrCode.CorrectLevel.H
correctLevel: qrCode.CorrectLevel.L
})
},(err)=>{
wx.hideLoading();