onShareAppMessage 分享的desc字段现在已经不能用了吗

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

如题,我写一个页面分享的时候

onShareAppMessage: function () {
    var id = this.data.production.id
    return {
      desc: '我在参加活动,来帮我投票吧',
      path: '/pages/reply/production/production?id=' + id,
    }
  },

如上.在开发工具上,‘我在参加活动,来帮我投票吧’ 点击分享的时候,这句话是有的,但是实际手机调试的时候,是没有的,这是bug还是说已经取消该字段的使用了

1 回复
xiulanwang
xiulanwang1 楼5 年前

很早就不能用了。