收藏
回答

部分机型,使用onShareAppMessage分享时,imageUrl传的空,自动截图一直未生成?

const sceneParams = ${thisgroupId${thiscardInfocardId || thisinviteCardId
cons  title = ${thiscardInfocardName || ''邀请您加入${thisgroupInfogroupName 
return {
  title
  imageUrl:''
  path:`pages/group-detail/index?scene=${sceneParams&from=shareJoin&createCardResource=JOIN_GROUP_MINIAPP_SHARE`
}

回答关注问题邀请回答
收藏

2 个回答

  • 睡前原谅一切
    睡前原谅一切
    2019-12-19
    let sceneParams = ${thisgroupId${thiscardInfocardId || thisinviteCardId
    let title = `${thiscardInfocardName` ||`邀请您加入${thisgroupInfogroupName`
    return {
      title,
      path:`pages/group-detail/index?scene=${sceneParams&from=shareJoin&createCardResource=JOIN_GROUP_MINIAPP_SHARE`
    }
    
    2019-12-19
    有用
    回复
  • o0o有脾气的酸奶
    o0o有脾气的酸奶
    2019-12-19

    去掉imageUrl试试

    2019-12-19
    有用
    回复
登录 后发表内容
问题标签