Commit de5ceeae4ef92d6776c0228070b448a3fc0047ba
1 parent
3711c696
专享礼包的优化
Showing
1 changed file
with
3 additions
and
1 deletions
packageE/pages/giftpack/giftpacklistshop/giftpacklistshop.js
... | ... | @@ -203,6 +203,7 @@ Page({ |
203 | 203 | |
204 | 204 | |
205 | 205 | }, |
206 | + | |
206 | 207 | GetBuyIntegral: function (e) { |
207 | 208 | var that = this.data; |
208 | 209 | var th = this; |
... | ... | @@ -344,7 +345,8 @@ Page({ |
344 | 345 | data: { |
345 | 346 | "storeId": a.stoid, //商家ID |
346 | 347 | "userId": d.user_id, //用户ID |
347 | - "giftBagId": th.getGiftID | |
348 | + "giftBagId": th.getGiftID, | |
349 | + isnNewUserLb:1 | |
348 | 350 | }, |
349 | 351 | success: function success(res) { |
350 | 352 | if (res.data.code == 0) { | ... | ... |