优化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 _that.qrCode = data.data
new qrCode('openDoorQrcode', { new qrCode('openDoorQrcode', {
text: _that.qrCode, text: _that.qrCode,
width: 150, width: 250,
height: 150, height: 250,
colorDark: "#333333", colorDark: "#333333",
colorLight: "#FFFFFF", colorLight: "#FFFFFF",
correctLevel: qrCode.CorrectLevel.H correctLevel: qrCode.CorrectLevel.L
}) })
},(err)=>{ },(err)=>{
wx.hideLoading(); wx.hideLoading();