Commit e7ed5efa3fbdaef1525da597a8ec6f4a728d8dcc

Authored by yvan.ni
1 parent 8910fb06

幸运购的列表

packageC/pages/luckyGo/luckyGo_activityList/luckyGo_activityList.js
... ... @@ -39,7 +39,7 @@ Page({
39 39 },
40 40  
41 41 onShow: function() {
42   - getApp().check_can_share();
  42 + getApp().check_can_share(this);
43 43 // if(app.globalData.userInfo) {
44 44 // if(!this.data.isLogin) {
45 45  
... ...