12345678910111213141516 |
- import "./js/weapp-adapter";
- import './js/main';
- wx.onShareAppMessage(function () {
- return {
- title: "来一起环游世界吧!",
- imageUrl: "https://pub.dwstatic.com/wxgame/puzzletrip/share.png",
- query: ""
- }
- })
- wx.showShareMenu({
- withShareTicket: false
- })
|