sunyadv hace 5 años
padre
commit
a68f13e4d5
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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)
             }