| @@ -38,8 +38,8 @@ export default { | |||||
| creatQrCode() { | creatQrCode() { | ||||
| 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: 175, | |||||
| // height: 200, | |||||
| width: 300, | |||||
| height: 300, | |||||
| colorDark: "#000000", | colorDark: "#000000", | ||||
| colorLight: "#ffffff", | colorLight: "#ffffff", | ||||
| correctLevel: QRCode.CorrectLevel.H, | correctLevel: QRCode.CorrectLevel.H, | ||||
| @@ -89,7 +89,7 @@ export default { | |||||
| color: rgba(51, 51, 51, 1); | color: rgba(51, 51, 51, 1); | ||||
| } | } | ||||
| .Rq { | .Rq { | ||||
| width: 6rem; | |||||
| width: 5rem; | |||||
| height: 5rem; | height: 5rem; | ||||
| margin: auto; | margin: auto; | ||||
| margin-top: 0.5rem; | margin-top: 0.5rem; | ||||