From c77aa9d81f3841c844bc91be83e67de00ae20ea9 Mon Sep 17 00:00:00 2001 From: WXD-SEASON\season Date: Fri, 10 Dec 2021 19:12:02 +0800 Subject: [PATCH] 增加是否到期参数 --- components/diy_luckyGo/diy_luckyGo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- libgit2 0.21.4