Commit 15b74f58090e4f6dba660e35f45cf85c42a3e6cc
1 parent
cf7f602d
接口的参数提交
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_seckill/diy_seckill.js
... | ... | @@ -90,7 +90,7 @@ Component({ |
90 | 90 | //当是默认的情况 |
91 | 91 | no_gid_set(){ |
92 | 92 | getApp().request.promiseGet("/api/ms/flash_sale/spikepage?page=1&pageSize=9", |
93 | - {isShowLoading:1,data:{store_id:os.stoid,is_end:0,is_show:1}} | |
93 | + {isShowLoading:1,data:{store_id:os.stoid,is_end:0,is_show:1,timetype:2 }} | |
94 | 94 | ).then(res=>{ |
95 | 95 | if(res.data.code==0 && res.data.data.pageData && res.data.data.pageData.length>0) { |
96 | 96 | var goodsidlist=res.data.data.pageData; | ... | ... |