diff --git a/pages/calendar/calendar.js b/pages/calendar/calendar.js index 1187b5a..de28d0b 100644 --- a/pages/calendar/calendar.js +++ b/pages/calendar/calendar.js @@ -223,4 +223,10 @@ Page({ }) this.onShow(); }, + onShareAppMessage: function () { + return { + title: '艾儿数据', + path: 'pages/calendar/calendar', // 路径,传递参数到指定页面。 + } + }, }) \ No newline at end of file diff --git a/pages/look/look.js b/pages/look/look.js index 9cb56b9..a155279 100644 --- a/pages/look/look.js +++ b/pages/look/look.js @@ -1053,5 +1053,11 @@ Page({ }) let city = wx.getStorageSync('city') this.setCity(city) - } + }, + onShareAppMessage: function () { + return { + title: '艾儿数据', + path: 'pages/look/look', // 路径,传递参数到指定页面。 + } + }, }) \ No newline at end of file diff --git a/pages/ucenter/ucenter.js b/pages/ucenter/ucenter.js index f0d2948..370c7f9 100644 --- a/pages/ucenter/ucenter.js +++ b/pages/ucenter/ucenter.js @@ -120,6 +120,9 @@ Page({ * 用户点击右上角分享 */ onShareAppMessage: function () { - - } + return { + title: '艾儿数据', + path: 'pages/ucenter/ucenter', // 路径,传递参数到指定页面。 + } + }, }) \ No newline at end of file