小程序
小游戏
企业微信
微信支付
扫描小程序码分享
微信网页分享朋友圈,设置分享的图片生效了,但是title怎么没生效
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你不贴代码。。。。靠猜么
是否用的1.4.0版本。是否用的新版的api
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
const itemData = {
title: data.share_title,
desc: data.share_desc,
imgUrl: "https://image.hisento.cn/"+data.share_img,
link: location.href,
}
wx.ready(function () {
wx.showOptionMenu();
window.shareData.success = itemData;
if(window.shareData.success){
var success = window.shareData.success;
window.shareData.success = function(){
eval(success)
var attrArr = $('.addAttr'),length = 0
for(let i in attrArr){
if($(attrArr).eq(i).attr('answer_status')){
length++
if(length == total){
shareCallback()
};
wx.updateTimelineShareData(window.shareData);
wx.onMenuShareTimeline(window.shareData);
wx.onMenuShareAppMessage(window.shareData);
});
官方大大来解释一下把
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你不贴代码。。。。靠猜么
是否用的1.4.0版本。是否用的新版的api
const itemData = {
title: data.share_title,
desc: data.share_desc,
imgUrl: "https://image.hisento.cn/"+data.share_img,
link: location.href,
}
wx.ready(function () {
wx.showOptionMenu();
window.shareData.success = itemData;
if(window.shareData.success){
var success = window.shareData.success;
window.shareData.success = function(){
eval(success)
var attrArr = $('.addAttr'),length = 0
for(let i in attrArr){
if($(attrArr).eq(i).attr('answer_status')){
length++
}
}
if(length == total){
shareCallback()
}
};
}
wx.updateTimelineShareData(window.shareData);
wx.onMenuShareTimeline(window.shareData);
wx.onMenuShareAppMessage(window.shareData);
});
官方大大来解释一下把