-
Status changed to merged
-
mentioned in commit 386167a0bcc6b12d5e717f2c68faf66a15836daa
-
秒杀手动选择的bug优化 See merge request !853
Showing
1 changed file
components/diy_seckill/diy_seckill.js
@@ -81,7 +81,7 @@ Component({ | @@ -81,7 +81,7 @@ Component({ | ||
81 | 81 | ||
82 | //--调用接口,读取秒杀-- | 82 | //--调用接口,读取秒杀-- |
83 | app.request.promiseGet("/api/ms/flash_sale/getGoodsList?store_id=" | 83 | app.request.promiseGet("/api/ms/flash_sale/getGoodsList?store_id=" |
84 | - + os.stoid + "&goodsidlist=" + goodsidlist+"&user_id"+user_id, {}).then(res => { | 84 | + + os.stoid + "&goodsidlist=" + goodsidlist+"&user_id="+user_id, {}).then(res => { |
85 | console.log(res); | 85 | console.log(res); |
86 | //如果秒杀的数组为空的时候 | 86 | //如果秒杀的数组为空的时候 |
87 | var goodslist = res.data.data; | 87 | var goodslist = res.data.data; |