|
|
@@ -38,8 +38,8 @@ export default { |
|
|
|
creatQrCode() { |
|
|
|
var qrcode = new QRCode(this.$refs.RqCode, { |
|
|
|
text: `{"END":"B","TYPE":"merchant","ID":"${this.merchant_id_scan}"}`, //需要转换为二维码的内容 |
|
|
|
// width: 175, |
|
|
|
// height: 200, |
|
|
|
width: 300, |
|
|
|
height: 300, |
|
|
|
colorDark: "#000000", |
|
|
|
colorLight: "#ffffff", |
|
|
|
correctLevel: QRCode.CorrectLevel.H, |
|
|
@@ -89,7 +89,7 @@ export default { |
|
|
|
color: rgba(51, 51, 51, 1); |
|
|
|
} |
|
|
|
.Rq { |
|
|
|
width: 6rem; |
|
|
|
width: 5rem; |
|
|
|
height: 5rem; |
|
|
|
margin: auto; |
|
|
|
margin-top: 0.5rem; |
|
|
|