Merged
Merge Request #854 · created by 后端研发-苏明海


Test


From test into qa

Merged by 后端研发-苏明海

1 participants

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;