h***@163.com
h***@163.com
  • 发布:2020-09-22 16:32
  • 更新:2020-09-22 16:32
  • 阅读:699

微信分享缓存问题

分类:uni-app
                      jweixin.updateAppMessageShareData({  
                            title: that.message.nickname + '邀请您参加' + that.activeMessage.title, // 分享标  
                            desc: that.activeMessage.sub_title, // 分享描述  
                            link: that.surl, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全  
                            imgUrl: that.activeMessage.main_img, // 分享图标  
                            success: function() {  
                                // 设置成功  
                            }  
                        });  

我的微信分享会有缓存,有时候点分享的链接xx.com?aid=2会进入以前点过的xx.com?aid=1的链接。请问如何解决?

2020-09-22 16:32 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复