小程序转发设置不生效

发布于 6 年前作者 mjia8014 次浏览最后编辑 6 年前来自 ask

未上线的小程序,使用下面的代码,转发出去标题没有改变

 

Page({  onShareAppMessage: function (res) {    

     if (res.from === ‘button’) {      // 来自页面内转发按钮

     console.log(res.target)    }    return {      title: ‘测试标题’,      path: ‘/page/hot/hot’,      success: function(res) {        // 转发成功

        console.log(res);

     },      fail: function(res) {        // 转发失败

        console.log(‘error’, res);

      }
    }
  }
})

下面是调试的结果图

4 回复
junyuan
junyuan1 楼6 年前

同样的问题。。。。emmmmm

zluo
zluo2 楼6 年前

问题依然存在,等官方修复

gyin
gyin3 楼6 年前

修改好了么 ? 请问是怎么修改的?

jiehao
jiehao4 楼4 年前

同样的问题