s***@163.com
s***@163.com
  • 发布:2023-06-14 18:24
  • 更新:2023-06-14 21:09
  • 阅读:212

APP端 uni.share分享朋友圈打开的是好友列表

分类:uni-app
uni.share({  
        provider: 'weixin',  
        scene: "WXSceneTimeline",  
        type: 5,  
        imageUrl: this.imgList.length > 0 ? this.imgList[0].url + "?imageView2/1/w/320/h/320" : "/static/images/icon-default.png",  
        title: this.article.title,  
        miniProgram: {  
          id: "********",  
          path: '/pagesA/cms/detail?id=' + this.article.id,  
          type: 0,  
          webUrl: '/#/pagesA/cms/detail?id=' + this.article.id,  
        },  
        success: ret => {  
          console.log(JSON.stringify(ret));  
        },  
        fail(err) {  
          console.log(err,'fail')  
        }  
      });
2023-06-14 18:24 负责人:无 分享
已邀请:
昭昭L

昭昭L - 开心就好

scene类型看着没什么问题,title和imageurl有没有检查是不是正确的分享到朋友圈这两个参数是必填项

要回复问题请先登录注册