|
@@ -920,6 +920,7 @@ function getInfo() {
|
|
|
}
|
|
|
}
|
|
|
getMsg();
|
|
|
+ $(".loading").fadeOut();
|
|
|
$(".poster-mode").fadeIn();
|
|
|
} else {
|
|
|
$('#edit').show();
|
|
@@ -1067,9 +1068,9 @@ function saveText() {
|
|
|
|
|
|
//海报页面的微信分享
|
|
|
if (ua.match(/MicroMessenger/i) == 'micromessenger') {
|
|
|
- shareWeixin(share);
|
|
|
+ shareWeixin(share);
|
|
|
} else if (ua.match(/WeiBo/i) == 'weibo') {
|
|
|
- shareWeibo(share);
|
|
|
+ shareWeibo(share);
|
|
|
}
|
|
|
}else{
|
|
|
console.log("错误"+xhr.status)
|