| | |
| | | // 设置二维码内容
|
| | | // qr.data = "https://uqrcode.cn/doc";
|
| | | qr.data =
|
| | | "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxac2a80c2144c4ee0&redirect_uri=http://192.168.0.109:8080/redirect.html&response_type=code&scope=snsapi_base&state=1#wechat_redirect";
|
| | | "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上下文
|
| | |
| | | }
|
| | |
|
| | | .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;
|
| | | }
|
| | | }
|
| | |
|