Commit 5a33e34c authored by wangwei's avatar wangwei

Merge branch 'dev2'

parents c6786b36 7bd38117
......@@ -168,7 +168,6 @@
if(this.groupId && this.groupId !== 'null'){
URL += `&groupId=${this.groupId}`
}
console.log(URL);
this.qrcode(URL);
this.refVisible = true;
this.$nextTick(()=>{
......
......@@ -186,10 +186,6 @@
} = document.getElementById('capture').getClientRects()[0];
// document.getElementById('capture').style.width = width + 'px';
let o = this.getOffsetRect(this.$refs.imageWrapper);
let {
height1,
width1
} = document.getElementById('capture').getClientRects()[0];
console.log('document.getElementById', document.getElementById('capture').getClientRects()[0]);
document.getElementById('inviteBtn').style.top = height + top + 20 + 'px';
document.getElementById('inviteBtn').style.opacity = 1;
......@@ -197,9 +193,9 @@
async: true,
timeout: 500,
scrollX:1,
scale: 4,
width: width1,
height: height1,
scale: 2,
width: width,
height: height,
letterRendering: true,
}).then((canvas) => {
let dataURL = canvas.toDataURL("image/jpg");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment