收藏
回答

文档错误,分享周期文档错误

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 Bug 工具 6.5.3 2.0.0

https://developers.weixin.qq.com/miniprogram/dev/reference/api/Page.html



示例代码

在开发者工具中预览效果

Page({
  onShareAppMessage(res) {    if (res.from === 'button') {      // 来自页面内转发按钮
      console.log(res.target)

   }    return {      

        title: '自定义转发标题',      

        path: '/page/user?id=123'

   }  } })

 path: '/page/user?id=123'  ,这个 path 里面的 page 不做成 pages,

使用的时候没有看,就也直接使用的 page,然后分享页面就找不到了。

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

1 个回答

  • 灵芝
    灵芝
    2019-04-22

    这个依照项目中的实际页面路径哈

    2019-04-22
    有用
    回复
登录 后发表内容