sunyadv 5 年之前
父節點
當前提交
a68f13e4d5
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      minigame/WebContent/js/main.js

+ 3 - 1
minigame/WebContent/js/main.js

@@ -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)
             }