Commit 3f0afd9882bbd8bcd3d1f94b1e5516bc5b80f382

Authored by 后端研发-苏明海
2 parents 82f469d6 d4640e59

Merge branch 'dev' into 'test'

秒杀手动选择的bug优化

See merge request !853
components/diy_seckill/diy_seckill.js
... ... @@ -81,7 +81,7 @@ Component({
81 81  
82 82 //--调用接口,读取秒杀--
83 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 85 console.log(res);
86 86 //如果秒杀的数组为空的时候
87 87 var goodslist = res.data.data;
... ...