This commit is contained in:
左哥 2025-08-06 23:30:01 +08:00
parent fd695a221e
commit fea571df66

View File

@ -230,9 +230,9 @@ Page({
* 用户点击右上角分享 * 用户点击右上角分享
*/ */
onShareAppMessage() { onShareAppMessage() {
return { // return {
path: '/pages/mmp-7/index', // path: '/pages/mmp-7/index',
imageUrl: '' // imageUrl: ''
} // }
} }
}) })