- 
Status changed to merged 
- 
mentioned in commit 6e5a30527f7e9c54ef8745a8084a1eeada0b3d5f 
Showing
1 changed file
pages/giftpack/giftpacklist/giftpacklist.js
| ... | ... | @@ -132,6 +132,7 @@ Page({ | 
| 132 | 132 | "giftBagId": that.getGiftID, //礼包Id | 
| 133 | 133 | "storeId": a.stoid, //商家ID | 
| 134 | 134 | "userId": d.user_id, //用户ID | 
| 135 | + "buyFrom":2 | |
| 135 | 136 | }; | 
| 136 | 137 | var data = JSON.stringify(json); | 
| 137 | 138 | var url = that.url + "/api/weshop/marketing/buy/receive/gift/record/insert"; | ... | ... | 
