Commit 53cfdc7661ae4faaf4cff462da05511248aebb50
1 parent
708b25df
[年会抽奖]移动端逻辑
Showing
1 changed file
with
1 additions
and
2 deletions
mobile.js
... | ... | @@ -194,9 +194,8 @@ var action = { |
194 | 194 | $('.program-list').html(html); |
195 | 195 | } |
196 | 196 | action.programList = items; |
197 | - | |
198 | 197 | }; |
199 | - baseRquest.post(url, {user_id: action.userInfo.id}, callback); | |
198 | + baseRquest.get(url, {user_id: action.userInfo.id}, callback); | |
200 | 199 | }, |
201 | 200 | // 选择节目 |
202 | 201 | selectProgram: function(index) { | ... | ... |