Commit e32feead authored by wangwei's avatar wangwei

Merge branch 'dev2' into local

parents 5b1eeb14 8ffc7eda
......@@ -367,7 +367,6 @@
},
getInviteResult(){
getInviteResultApi().then(res=>{
console.log(res)
this.earnings = res.earnings;
this.userNum = res.user_num;
});
......
......@@ -184,7 +184,7 @@
width,
top
} = 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 {
height1,
......@@ -197,7 +197,7 @@
async: true,
timeout: 500,
scrollX:1,
scale: 3,
scale: 4,
width: width1,
height: height1,
letterRendering: true,
......@@ -430,6 +430,7 @@
}
.img-cvs{
position: absolute;
background: rgb(253, 168, 19);
width: 518 / 2 * @toVw;
top: 25 * @toVh;
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