//分享
onShareAppMessage: function() {
var that = this
var onlykey = that.data.onlykey
return {
title: that.data.message.Contents,
path: '/page/show/pages/detail/detail?onlykey=' + onlykey,
success: (res) => {
console.log(res)
},
fail: (res) => {
console.log(res)
}
}
},
目录结构如下:
什么鬼路径,你看看你app.json里注册的是什么,再看看微信开发工具下面显示的页面路径是什么,照那个格式写