onShareAppMessage: function () {
// return custom share data when user share.
console.log(‘onShareAppMessage‘)
return {
title: ‘盛世华安‘,
desc: ‘小程序‘,
path: ‘/pages/index/index‘
}
},
原文:http://www.cnblogs.com/ganchuanpu/p/7582372.html