sunyadv před 5 roky
rodič
revize
a68f13e4d5
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  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)
             }