小程序
小游戏
企业微信
微信支付
扫描小程序码分享
H5页面, 微信分享在苹果手机 ,进入页面需要刷新一次,才可分享成功不然会失败是为什么呢?
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
看错误输出是什么
然后一步一步debug
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
将函数onMenuShareAppMessage,替换成新的函数updateAppMessageShareData 就完美解决了,onMenuShareAppMessage函数即将被废弃
可以试试这个
if (window.location.href.indexOf("refresh") === -1) {
var newUrl = window.location.href + "?refresh";
window.location.replace(newUrl);
}
https://blog.csdn.net/ekcchina/article/details/129306093?csdn_share_tail=%7B%22type%22%3A%22blog%22%2C%22rType%22%3A%22article%22%2C%22rId%22%3A%22129306093%22%2C%22source%22%3A%22ekcchina%22%7D
你解决了吗
如果开启debug 模式不会出现这个问题
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
看错误输出是什么
然后一步一步debug
可以试试这个
if (window.location.href.indexOf("refresh") === -1) {
var newUrl = window.location.href + "?refresh";
window.location.replace(newUrl);
}
https://blog.csdn.net/ekcchina/article/details/129306093?csdn_share_tail=%7B%22type%22%3A%22blog%22%2C%22rType%22%3A%22article%22%2C%22rId%22%3A%22129306093%22%2C%22source%22%3A%22ekcchina%22%7D
你解决了吗
如果开启debug 模式不会出现这个问题