7y
7y
  • 发布:2022-05-27 14:18
  • 更新:2022-05-27 14:18
  • 阅读:1370

微信小程序 uni.showShareMenu 和 onShareAppMessage

分类:uni-app

如不配置onShareAppMessage(res) {

      if (res.from === 'button') {// 来自页面内分享按钮  
        console.log(res.target)  
      }  
      return {  
        title: '好友邀请代填信息',  
        path: '/pages/share/share?id=123&message=test&item=${this.item}'  
      }  

    },  

则uni.showShareMenu的path路径配置不起效果

2022-05-27 14:18 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复