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