增加了朋友圈分享

This commit is contained in:
lik
2026-06-04 22:47:47 +08:00
parent 77861672d0
commit 74e42671bc

View File

@@ -18,6 +18,19 @@ Page({
]
},
onShareAppMessage() {
return {
title: '暖橙陪诊', // 转发标题
path: '/pages/home/index',
}
},
onShareTimeline: function () {
return {
title: '暖橙陪诊',
}
},
async onLoad() {
},