小程序的首页为什么不能分享?
发布于 5 年前 作者 chao99 1215 次浏览 来自 官方Issues

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

1 回复

首页js里加上onShareAppMessage方法

onShareAppMessage: function(e) {

    return {

        title: “xxxx”,

        path: “pages/index/index”

        imageUrl: ‘xxxxxxxxx’

    }

}

回到顶部