Browse Source

【二维码样式更改】

master
GL 4 years ago
parent
commit
7c74a05af9
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/views/navigation/consume/memberGathering.vue

+ 4
- 4
src/views/navigation/consume/memberGathering.vue View File

@@ -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: 300,
height: 250,
width: 250,
height: 200,
colorDark: '#000000', colorDark: '#000000',
colorLight: '#ffffff', colorLight: '#ffffff',
correctLevel: QRCode.CorrectLevel.H correctLevel: QRCode.CorrectLevel.H
@@ -93,8 +93,8 @@ export default {
color: rgba(51, 51, 51, 1); color: rgba(51, 51, 51, 1);
} }
.Rq { .Rq {
width: 6rem;
height: 5rem;
width: 5rem;
height: 4rem;
margin: 1rem auto; margin: 1rem auto;
} }
.record { .record {


Loading…
Cancel
Save