Commit e32feead authored by wangwei's avatar wangwei

Merge branch 'dev2' into local

parents 5b1eeb14 8ffc7eda
...@@ -367,7 +367,6 @@ ...@@ -367,7 +367,6 @@
}, },
getInviteResult(){ getInviteResult(){
getInviteResultApi().then(res=>{ getInviteResultApi().then(res=>{
console.log(res)
this.earnings = res.earnings; this.earnings = res.earnings;
this.userNum = res.user_num; this.userNum = res.user_num;
}); });
......
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
width, width,
top top
} = document.getElementById('capture').getClientRects()[0]; } = document.getElementById('capture').getClientRects()[0];
document.getElementById('capture').style.width = width + 'px'; // document.getElementById('capture').style.width = width + 'px';
let o = this.getOffsetRect(this.$refs.imageWrapper); let o = this.getOffsetRect(this.$refs.imageWrapper);
let { let {
height1, height1,
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
async: true, async: true,
timeout: 500, timeout: 500,
scrollX:1, scrollX:1,
scale: 3, scale: 4,
width: width1, width: width1,
height: height1, height: height1,
letterRendering: true, letterRendering: true,
...@@ -430,6 +430,7 @@ ...@@ -430,6 +430,7 @@
} }
.img-cvs{ .img-cvs{
position: absolute; position: absolute;
background: rgb(253, 168, 19);
width: 518 / 2 * @toVw; width: 518 / 2 * @toVw;
top: 25 * @toVh; top: 25 * @toVh;
left: 113 / 2 * @toVw; left: 113 / 2 * @toVw;
......
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