Authored by zhangxiaoru

楼层展示

... ... @@ -36,7 +36,7 @@ const _getRelatedData = (idList) => {
_.forEach(result.data.product_list, function(val) {
if(val.student_price) {
if (val.student_price) {
productList.push(val);
}
});
... ...