小程序之分享

单个页面设置方法

onShareAppMessage: function () {
return {
title: '微信小程序分享',
desc: '测试标题!',
path: '/page/index'
}
}

posted @ 2017-06-08 16:17  Sun_Song  阅读(147)  评论(0编辑  收藏  举报