game.js 297 B

12345678910111213141516
  1. import "./js/weapp-adapter";
  2. import './js/main';
  3. wx.onShareAppMessage(function () {
  4. return {
  5. title: "来一起环游世界吧!",
  6. imageUrl: "https://pub.dwstatic.com/wxgame/puzzletrip/share.png",
  7. query: ""
  8. }
  9. })
  10. wx.showShareMenu({
  11. withShareTicket: false
  12. })