diff --git a/pages/home/index.js b/pages/home/index.js index 5b02d50..8215bcc 100644 --- a/pages/home/index.js +++ b/pages/home/index.js @@ -18,6 +18,19 @@ Page({ ] }, + onShareAppMessage() { + return { + title: '暖橙陪诊', // 转发标题 + path: '/pages/home/index', + } + }, + + onShareTimeline: function () { + return { + title: '暖橙陪诊', + } +}, + async onLoad() { },