jiangping
2024-12-27 c6e139f411e323f49d641ca899ad85229a4cdce4
h5_meeting/pages/index/index.vue
@@ -153,7 +153,7 @@
               qr.data =
                  "https://atwl.ahzyssl.com/zhyq_h5/#/pages/login/login/?type=2&yw=1&ywid=" + this.meetingInfo.id
               // 设置二维码大小,必须与canvas设置的宽高一致
               qr.size = 83;
               qr.size = 104;
               // 调用制作二维码方法
               qr.make();
               // 获取canvas上下文
@@ -340,16 +340,16 @@
         }
         .qrcode_wrap {
            width: 92px;
            height: 92px;
            width: 110px;
            height: 110px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            .qrcode {
               width: 84px;
               height: 84px;
               width: 104px;
               height: 104px;
            }
         }