console.log("https://s.tongxuan.cc"); wx.config({ debug: false, appId: 'wxddbbe8c836c29f73', timestamp: 1773299879, nonceStr: 'PoJQRAcp7lCdyXR2', signature: 'fe4cd239c4ed8e98732e9fe73059fb89ed8cc92d', 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 () {} }); });