//
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)
}
}
},
the directory structure is as follows: