diff --git a/components/diy_luckyGo/diy_luckyGo.js b/components/diy_luckyGo/diy_luckyGo.js index 5fac147..245e973 100644 --- a/components/diy_luckyGo/diy_luckyGo.js +++ b/components/diy_luckyGo/diy_luckyGo.js @@ -81,7 +81,7 @@ Component({ //--调用接口,读取秒杀-- app.request.promiseGet("/api/weshop/prom/luckyActivity/getGoodsList?store_id=" - + os.stoid + "&goodsidlist=" + goodsidlist + "&type="+ 1, {}).then(res => { + + os.stoid + "&goodsidlist=" + goodsidlist + "&type=1&timetype=1&is_end=0", {}).then(res => { console.log(res); //如果秒杀的数组为空的时候 var goodslist = res.data.data;