console.log("https://s.tongxuan.cc"); wx.config({ debug: false, appId: 'wxddbbe8c836c29f73', timestamp: 1765591403, nonceStr: 'XaGJIk6PvUw6PfIF', signature: '9f12217ecd73e4527bc574b103f1601930093f61', jsApiList: [ 'updateTimelineShareData', 'updateAppMessageShareData', ] }); wx.ready(function(){ wx.updateAppMessageShareData({ title: '旅游服务', // 分享标题 desc: '', // 分享描述 link: 'https://s.tongxuan.cc', // 分享链接 imgUrl: 'https://s.tongxuan.cc/uploads///s_', // 分享图标 success: function () {} }); wx.updateTimelineShareData({ title: '旅游服务', // 分享标题 link: 'https://s.tongxuan.cc', // 分享链接 imgUrl: 'https://s.tongxuan.cc/uploads///s_', // 分享图标 success: function () {} }); });