Commit 2bed1ee3 by kubisk

dos

parent c1309183
...@@ -131,6 +131,10 @@ ...@@ -131,6 +131,10 @@
wx.onMenuShareAppMessage(wxFriendData); wx.onMenuShareAppMessage(wxFriendData);
wx.onMenuShareTimeline(wxTimelineData); wx.onMenuShareTimeline(wxTimelineData);
}); });
wx.error(function (result) {
console.log(1)
alert(result.errMsg); // 正式环境记得关闭啊!!!!
});
</script> </script>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment