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