Commit d6d3650e authored by 王建威's avatar 王建威

bug fix

parent 1779663e
......@@ -79,7 +79,7 @@
if(goods_data_type === 3) {
list = goods_list;
} else if (goods_data_type === 1) {
let cgl = buy_goods_list || [];
let cgl = cate_goods_list || [];
list = additional_goods_show ? cgl.concat(goods_list).slice(0,goods_num) : cgl
} else {
let bgl = buy_goods_list || [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment