|
@@ -41,8 +41,8 @@ export default { |
|
|
var qrcode = new QRCode(this.$refs.RqCode, { |
|
|
var qrcode = new QRCode(this.$refs.RqCode, { |
|
|
|
|
|
|
|
|
text: `{"END":"B","TYPE":"merchant","ID":"${this.merchant_id_scan}"}`, //需要转换为二维码的内容 |
|
|
text: `{"END":"B","TYPE":"merchant","ID":"${this.merchant_id_scan}"}`, //需要转换为二维码的内容 |
|
|
width: 250, |
|
|
|
|
|
height: 200, |
|
|
|
|
|
|
|
|
width: 200, |
|
|
|
|
|
height: 150, |
|
|
colorDark: '#000000', |
|
|
colorDark: '#000000', |
|
|
colorLight: '#ffffff', |
|
|
colorLight: '#ffffff', |
|
|
correctLevel: QRCode.CorrectLevel.H |
|
|
correctLevel: QRCode.CorrectLevel.H |
|
@@ -93,9 +93,10 @@ export default { |
|
|
color: rgba(51, 51, 51, 1); |
|
|
color: rgba(51, 51, 51, 1); |
|
|
} |
|
|
} |
|
|
.Rq { |
|
|
.Rq { |
|
|
width: 5rem; |
|
|
|
|
|
height: 4rem; |
|
|
|
|
|
margin: 1rem auto; |
|
|
|
|
|
|
|
|
width: 4rem; |
|
|
|
|
|
height: 3rem; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
margin-top: 0.5rem; |
|
|
} |
|
|
} |
|
|
.record { |
|
|
.record { |
|
|
width: 94%; |
|
|
width: 94%; |
|
|