wx.config({
appId: 'wxd72ae4a5dafe3851',
timestamp: 0,
nonceStr: 'nonceStr',
signature: 'signature',
jsApiList: ['chooseImage', 'updateAppMessageShareData', 'updateTimelineShareData'],
openTagList: ['wx-open-launch-weapp'],
})
wx.error(function (err) {
console.log('wx.config 失败', err);
});
wx.ready(function () {
var shareData = {
title: '八万里服务4',
desc: '专注东南亚生活服务',
link: 'https://xishi-ticket-8g10k0v1d08148a8-1319809833.tcloudbaseapp.com/openmini.html?sign=8fec9edbcc614ee4e334591cd26f5869&t=1693813562',
imgUrl: 'https://xishi-ticket-8g10k0v1d08148a8-1319809833.tcloudbaseapp.com/images/bwl_logo.png?sign=e1362620077b906c7b5917f1fdf1e400&t=1693815310',
success: function () {
alert('1')
},
fail: function (err) {
console.log(...err)
alert(err);
}
};
wx.updateAppMessageShareData(shareData);
wx.updateTimelineShareData(shareData);
});
wx.config 鉴权失败
小程序托管了静态网页,放在了公众号的菜单上,现在点击右上角分享给好用确实是卡片的形式,但是没有显示描述desc和分享图片imgUrl