Commit 060b2bc6d52265ddd676c1d85e44a9e799123b35
1 parent
6148220d
1. 礼包购买的时候
2. 导航不显示图标的显示
Showing
2 changed files
with
3 additions
and
1 deletions
components/diy_nav/diy_nav.wxss
pages/giftpack/buygiftpack/giftpackbuy.js
@@ -123,7 +123,8 @@ Page({ | @@ -123,7 +123,8 @@ Page({ | ||
123 | "buyType": '1', //1=积分兑换 2=余额购买 | 123 | "buyType": '1', //1=积分兑换 2=余额购买 |
124 | "giftBagId": id, //礼包Id | 124 | "giftBagId": id, //礼包Id |
125 | "storeId": that.getStorageID, //商家Id | 125 | "storeId": that.getStorageID, //商家Id |
126 | - "userId": that.getUserID //用户ID | 126 | + "userId": that.getUserID, //用户ID |
127 | + "buyFrom": 2 | ||
127 | }; | 128 | }; |
128 | var data = JSON.stringify(json); | 129 | var data = JSON.stringify(json); |
129 | var url = that.url + "/api/weshop/marketing/buy/receive/gift/record/insert"; | 130 | var url = that.url + "/api/weshop/marketing/buy/receive/gift/record/insert"; |