Authored by 孙凯

update review by zhanglixia

... ... @@ -39,7 +39,7 @@ export default class ProductListCell extends Component {
let yh_exposureData = data.get('yh_exposureData')?data.get('yh_exposureData').toJS():null;
let productList = data.get('product_list')?data.get('product_list'):[];
let show_type = data.get('show_type')?data.get('show_type'):1;
let show_type = data.get('show_type')?data.get('show_type'):0;
if (show_type == 0) {//老板 店铺样式
return (
... ...