@@ -1063,8 +1063,10 @@ function saveText() {
history.pushState("", "Title", href);
}
+ var share = msg.data.receiver + "," + msg.data.message;
+
//海报页面的微信分享
- shareWeixin(msg.data.message);
+ shareWeixin(share);
}else{
console.log("错误"+xhr.status)