We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// onShareAppMessage: function(res) { // if (res.from === 'button') { // // 来自页面内转发按钮 // console.log(res.target) // } // return { // title: '供货商申请表', // path: 'pages/applyRecord/applyRecord', // // pages/applyRecord/applyRecord // success: function(res) { // // 转发成功 // // 如果这里有 shareTickets,则说明是分享到群的 // console.log(res.shareTickets) // }, // fail: function(res) { // // 转发失败 // console.log(res) // } // } // }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如何分享
The text was updated successfully, but these errors were encountered: