diff --git a/packageE/pages/giftpack/giftpacklistshop/giftpacklistshop.js b/packageE/pages/giftpack/giftpacklistshop/giftpacklistshop.js index f9bbec6..18f2312 100644 --- a/packageE/pages/giftpack/giftpacklistshop/giftpacklistshop.js +++ b/packageE/pages/giftpack/giftpacklistshop/giftpacklistshop.js @@ -203,6 +203,7 @@ Page({ }, + GetBuyIntegral: function (e) { var that = this.data; var th = this; @@ -344,7 +345,8 @@ Page({ data: { "storeId": a.stoid, //商家ID "userId": d.user_id, //用户ID - "giftBagId": th.getGiftID + "giftBagId": th.getGiftID, + isnNewUserLb:1 }, success: function success(res) { if (res.data.code == 0) {