'+
'
'+posterTitle+'
'+
'
榜單由排行榜123網(wǎng)生成,排名公正客觀(guān)!
'+
'
'+
'
'+
'
'+
'
長(cháng)按識別圖中二維碼
分享給您的好友
'+
'
'+
'
'+
'';
$(".up-pic-btn").on("click",function(){
$("body").append('
海報生成中

');
if(posterFlag){$("head").append(posterStyle);}
$("body").append(posterElem);
if(posterTitleLen<26){
$(".poster-title").css({"fontSize":"24px"});
}
$("#qrcode").qrcode({
width: 80,
height:80,
text: location.href
});
setTimeout(function(){
html2canvas(document.querySelector(".poster-cont"),{
allowTaint: true,
useCORS:true,
scale: 2,
scrollY: 0
}).then(function(canvas) {
var img= canvas.toDataURL('image/png');
var postHtml='
×
';
$(".mask,.loading-box,.mask").remove();
$("body").append(postHtml);
$(".poster-mask,.poster-img-wrap").show();
$(".poster-img-wrap").on("click",function(){
$(".poster-mask,.poster-img-wrap,.position-wrap").remove();
});
posterFlag=false;
});
},100);
});