恐艾咨询

This commit is contained in:
zoujiandong
2024-12-09 14:29:42 +08:00
parent cbf2087261
commit a52add7452
+14 -1
View File
@@ -364,7 +364,20 @@ Page({
onReachBottom() {
},
onShareTimeline(){
return {
title:'恐艾咨询', // 分享出去的标题
path:'patient/pages/hivConsult/hivConsult' // 分享出去的页面路径
}
},
// 分享到微信好友
onShareAppMessage(res) {
return {
title:'恐艾咨询', // 分享出去的标题
path:'patient/pages/hivConsult/hivConsult' // 分享出去的页面路径
}
},
/**
* 用户点击右上角分享
*/