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