Commit 6524fe1ae659c6ee3451e03e4fd2c674e2204516
1 parent
23e71740
专享礼包限定链接的优化
Showing
1 changed file
with
2 additions
and
1 deletions
pages/giftpack/buygiftpack/giftpackbuy.js
| ... | ... | @@ -438,7 +438,8 @@ Page({ |
| 438 | 438 | storeId: th.data.getStorageID, //商家ID |
| 439 | 439 | userId: th.data.getUserID, //用户ID |
| 440 | 440 | page: th.data.curpage, |
| 441 | - pageSize: th.data.pageSize | |
| 441 | + pageSize: th.data.pageSize, | |
| 442 | + is_share:0 | |
| 442 | 443 | }, |
| 443 | 444 | success: function (res) { |
| 444 | 445 | if (res.data.code == 0) { | ... | ... |