console.log("https://s.tongxuan.cc"); wx.config({ debug: false, appId: 'wxddbbe8c836c29f73', timestamp: 1776600888, nonceStr: 'r0XADTLCTGh40lgK', signature: 'de9e5526cf82e6c7ae49e1f5e513f076aad5252e', jsApiList: [ 'updateTimelineShareData', 'updateAppMessageShareData', ] }); wx.ready(function(){ wx.updateAppMessageShareData({ title: '通玄小镇', // 分享标题 desc: '', // 分享描述 link: 'https://s.tongxuan.cc', // 分享链接 imgUrl: 'https://s.tongxuan.cc', // 分享图标 success: function () {} }); wx.updateTimelineShareData({ title: '通玄小镇', // 分享标题 link: 'https://s.tongxuan.cc', // 分享链接 imgUrl: 'https://s.tongxuan.cc', // 分享图标 success: function () {} }); });