Commit 1f2c248b24f13ebaa365ed86c72d4cedf10c8766
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
2 changed files
with
2 additions
and
1 deletions
components/diy_luckyGo/diy_luckyGo.js
| ... | ... | @@ -81,7 +81,7 @@ Component({ |
| 81 | 81 | |
| 82 | 82 | //--调用接口,读取秒杀-- |
| 83 | 83 | app.request.promiseGet("/api/weshop/prom/luckyActivity/getGoodsList?store_id=" |
| 84 | - + os.stoid + "&goodsidlist=" + goodsidlist + "&type="+ 1, {}).then(res => { | |
| 84 | + + os.stoid + "&goodsidlist=" + goodsidlist + "&type=1&timetype=1&is_end=0", {}).then(res => { | |
| 85 | 85 | console.log(res); |
| 86 | 86 | //如果秒杀的数组为空的时候 |
| 87 | 87 | var goodslist = res.data.data; | ... | ... |