1 |
- "use strict";const e=require("../../../../index.js");require("./index.js");exports.user=t=>{const a=t.width,i=e.sheep.$store("user").userInfo;return console.log(),{background:window.location.origin+"/static/user-poster-bg.jpg",list:[{name:"nickname",type:"text",val:i.nickname,x:a/2,y:.4*a,paintbrushProps:{textAlign:"center",fillStyle:"#333",font:{fontSize:14,fontFamily:"sans-serif"}}},{name:"avatar",type:"image",val:t.avatar,x:.4*a,y:.16*a,width:.2*a,height:.2*a,d:.2*a},{name:"wxacode",type:"image",val:e.sheep.$api.third.wechat.getWxacode(t.shareInfo.path),x:.35*a,y:.84*a,width:.3*a,height:.3*a}]}};
|