Browse Source

【更新二维码测试3】

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

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

@@ -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: 150,
// width: 175,
// height: 200,
colorDark: "#000000",
colorLight: "#ffffff",
correctLevel: QRCode.CorrectLevel.H,
@@ -75,7 +75,7 @@ export default {
}
.RqBox {
width: 94%;
height: 9rem;
height: 10rem;
margin: 0 3%;
background-color: #ffffff;
border-radius: 0.3rem;
@@ -89,8 +89,8 @@ export default {
color: rgba(51, 51, 51, 1);
}
.Rq {
width: 4.7rem;
height: 4rem;
width: 6rem;
height: 5rem;
margin: auto;
margin-top: 0.5rem;
text-align: center;


Loading…
Cancel
Save