mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化diamante
This commit is contained in:
parent
cc0ff47c88
commit
cbd3fc548e
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user