URL替换成浏览器随意图片地址,ios都能正常显示,所以这个URL挑不出毛病,找不出哪里不对。
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, //点击分享链接之后进入的页面路径
};
},
解决了吗 老铁
请移驾
uniapp问题请到uniapp社区提问
uniapp编译的,模拟器一切正常,就是到了ios真机就出现图标不出现的问题。问题应该就在url上,这个地址让后端进行了多次调整,还是找不出问题。