console.log("https://liuxinzhiyu.cn"); wx.config({ debug: false, appId: 'wxd5c08f447abe58a8', timestamp: 1783713013, nonceStr: 'ISEVlo6uIZtkUKYM', signature: 'a91bf64402695e12a14119e965a1e6ed68b5603f', jsApiList: [ 'updateTimelineShareData', 'updateAppMessageShareData', ] }); wx.ready(function(){ wx.updateAppMessageShareData({ title: '黑刺榴莲壳炖鸡', // 分享标题 desc: '极致美味', // 分享描述 link: 'https://liuxinzhiyu.cn', // 分享链接 imgUrl: 'https://liuxinzhiyu.cn/uploads/2026/06/s_202606cd5e5cb725adce6a8dff7763bf50a590.jpg', // 分享图标 success: function () {} }); wx.updateTimelineShareData({ title: '黑刺榴莲壳炖鸡', // 分享标题 link: 'https://liuxinzhiyu.cn', // 分享链接 imgUrl: 'https://liuxinzhiyu.cn/uploads/2026/06/s_202606cd5e5cb725adce6a8dff7763bf50a590.jpg', // 分享图标 success: function () {} }); });