收藏
回答

小程序分享朋友圈功能,安卓正常,ios真机图标无法展示,只能是默认的小程序图标

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 Bug 微信iOS客户端 最新版 3.6.0

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, //点击分享链接之后进入的页面路径

      imageUrl: 'https://www.58guoyin.com/api/utils/IoReadImage/20240517_ImageCenter_imageCenterParticulars_customer-1_202405171515256a0c6f53c0034d89af73101fb7a55053',

    };

  },

最后一次编辑于  10-17
回答关注问题邀请回答
收藏

4 个回答

  • 知槐
    知槐
    11-06

    解决了吗 老铁

    11-06
    有用
    回复
  • 那一抹笑😃 穿透阳光
    那一抹笑😃 穿透阳光
    10-17

    请移驾

    10-17
    有用
    回复
  • sun
    sun
    发表于小程序端
    10-17

    uniapp问题请到uniapp社区提问

    10-17
    有用
    回复
  • 易水寒
    易水寒
    10-17

    uniapp编译的,模拟器一切正常,就是到了ios真机就出现图标不出现的问题。问题应该就在url上,这个地址让后端进行了多次调整,还是找不出问题。

    10-17
    有用
    回复
登录 后发表内容