Commit 2e757017428eef578ea37e59de93818959d33837
1 parent
85880592
我的礼包
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/myGift/myGift.js
... | ... | @@ -33,9 +33,9 @@ Page({ |
33 | 33 | |
34 | 34 | if(index == 0) { |
35 | 35 | url = '/api/weshop/libao/libaoFormvip/page'; |
36 | - data.user_id = app.globalData.user_id; | |
37 | 36 | } else if(index == 1) { |
38 | 37 | url = '/api/weshop/libao/libaoForm/page'; |
38 | + data.user_id = app.globalData.user_id; | |
39 | 39 | }; |
40 | 40 | |
41 | 41 | this.getData(true, url, data); | ... | ... |