小程序分享朋友圈功能,安卓正常,ios真机图标无法展示,只能是默认的小程序图标
onShareTimeline: function() {
// let url = this.detail.productParticulars[0].url;
// console.log("url", url);
return {
title: this.detail.product.pname,
path:
"/pages/detail/detail?customerId=" +
this.$store.state.customerId +
"&productId=" +
this.$store.state.productId +
"&kehuId=" +
this.$store.state.userInfo.id, //点击分享链接之后进入的页面路径
imageUrl: 'https://www.58guoyin.com/api/utils/IoReadImage/20240517_ImageCenter_imageCenterParticulars_customer-1_202405171515256a0c6f53c0034d89af73101fb7a55053',
};
},
1 个回复
DCloud_UNI_OttoJi - 日常回复 uni-app/x 问题,如果艾特我没看到,请主动私信
描述下具体的项目信息,vue 版本,HBuilderX 版本,具体是哪一家小程序平台?如果使用其他图片,比如 https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/logo.png 是否还有问题?
经过你到测试,是所有 ios 都有问题,还是部分 ios 设备有问题?提供更多信息,有助于定位和解答你的问题。