From de5ceeae4ef92d6776c0228070b448a3fc0047ba Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Mon, 22 Jan 2024 15:08:14 +0800 Subject: [PATCH] 专享礼包的优化 --- packageE/pages/giftpack/giftpacklistshop/giftpacklistshop.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) { -- libgit2 0.21.4