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,6 +203,7 @@ Page({ | ||
203 | 203 | ||
204 | 204 | ||
205 | }, | 205 | }, |
206 | + | ||
206 | GetBuyIntegral: function (e) { | 207 | GetBuyIntegral: function (e) { |
207 | var that = this.data; | 208 | var that = this.data; |
208 | var th = this; | 209 | var th = this; |
@@ -344,7 +345,8 @@ Page({ | @@ -344,7 +345,8 @@ Page({ | ||
344 | data: { | 345 | data: { |
345 | "storeId": a.stoid, //商家ID | 346 | "storeId": a.stoid, //商家ID |
346 | "userId": d.user_id, //用户ID | 347 | "userId": d.user_id, //用户ID |
347 | - "giftBagId": th.getGiftID | 348 | + "giftBagId": th.getGiftID, |
349 | + isnNewUserLb:1 | ||
348 | }, | 350 | }, |
349 | success: function success(res) { | 351 | success: function success(res) { |
350 | if (res.data.code == 0) { | 352 | if (res.data.code == 0) { |