Commit e7ed5efa3fbdaef1525da597a8ec6f4a728d8dcc
1 parent
8910fb06
幸运购的列表
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/luckyGo/luckyGo_activityList/luckyGo_activityList.js
@@ -39,7 +39,7 @@ Page({ | @@ -39,7 +39,7 @@ Page({ | ||
39 | }, | 39 | }, |
40 | 40 | ||
41 | onShow: function() { | 41 | onShow: function() { |
42 | - getApp().check_can_share(); | 42 | + getApp().check_can_share(this); |
43 | // if(app.globalData.userInfo) { | 43 | // if(app.globalData.userInfo) { |
44 | // if(!this.data.isLogin) { | 44 | // if(!this.data.isLogin) { |
45 | 45 |