小程序的首页为什么不能分享?

发布于 7 年前作者 chao991341 次浏览最后编辑 7 年前来自 issues

想分享首页却提示首页不能分享

1 回复
yinjun
yinjun1 楼5 年前

首页js里加上onShareAppMessage方法

onShareAppMessage: function(e) {

    return {

        title: “xxxx”,

        path: “pages/index/index”

        imageUrl: ‘xxxxxxxxx’

    }

}