小程序
小游戏
企业微信
微信支付
扫描小程序码分享
在PC调试工具上和手机上都没有报错,返回OK,但是手机上没有分享给好友按钮
http://ysdsg.ahwanyun.cn/
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,是否出现过中间页呢
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
const api = ' https://project.api.zonrn.cn/zhanguan/public/index.php';
const url = window.location;
fetch(`${api}?url=${url}`).then(res => {
return res.json();
}).then(res => {
wx.config(res.data);
});
wx.ready(_ => {
wx.updateAppMessageShareData({
title: '云上党史馆',
desc: '手中有我,更爱生活',
link: 'http://ysdsg.ahwanyun.cn',
imgUrl: 'http://ysdsg.ahwanyun.cn/fenxianglogo.jpg'
})
这问题还没解决呀,官方没有测试团队吗
https
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,是否出现过中间页呢
const api = ' https://project.api.zonrn.cn/zhanguan/public/index.php';
const url = window.location;
fetch(`${api}?url=${url}`).then(res => {
return res.json();
}).then(res => {
wx.config(res.data);
});
wx.ready(_ => {
wx.updateAppMessageShareData({
title: '云上党史馆',
desc: '手中有我,更爱生活',
link: 'http://ysdsg.ahwanyun.cn',
imgUrl: 'http://ysdsg.ahwanyun.cn/fenxianglogo.jpg'
})
});
这问题还没解决呀,官方没有测试团队吗
https