Merge branch 'feature/menuShare' into 'master'
首页显示默认转发 See merge request !9
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -60,6 +60,9 @@ Page({ | @@ -60,6 +60,9 @@ Page({ | ||
60 | 60 | ||
61 | yas.pageOpenReport('', { PAGE_NAME: pageName }); | 61 | yas.pageOpenReport('', { PAGE_NAME: pageName }); |
62 | }, | 62 | }, |
63 | + onShareAppMessage() { | ||
64 | + // 右上角转发、默认内容 | ||
65 | + }, | ||
63 | onPullDownRefresh: function() { | 66 | onPullDownRefresh: function() { |
64 | this.setData({ | 67 | this.setData({ |
65 | refreshText: '加载中...' | 68 | refreshText: '加载中...' |
-
Please register or login to post a comment