wx.config({
debug: true,
appId: res.data.data.appId,
timestamp:""+res.data.data.timestamp,
nonceStr: res.data.data.nonceStr,
signature: res.data.data.signature,
jsApiList: ['updateAppMessageShareData']
});
wx.checkJsApi({
jsApiList: [
"updateAppMessageShareData"
],
success: function(res) {
console.log(res)
}
});
wx.error(function(res){
console.log(res)
});
wx.ready(function(){
wx.updateAppMessageShareData({
title:
"【疯抢中..】余杭区儿童联盟千人狂抢!不超值,拿锤砸!手快有!手慢无!",
desc: "我刚抢了,你也快来抢吧~~还有红包呢!",
link:url,
imgUrl: "https://sjimg.95qy.cn/21?imageView2/1/w/200/h/200/q/85",
success: function() {}
});
});
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的测试链接