Authored by shangjf

修复创艺生活频道bug review by 于良

@@ -60,6 +60,7 @@ let lifeStyle = new (Record({ @@ -60,6 +60,7 @@ let lifeStyle = new (Record({
60 cached: cached, //缓存 60 cached: cached, //缓存
61 list: List(), 61 list: List(),
62 shop: shop, //店铺信息 62 shop: shop, //店铺信息
  63 + recommendProduct: recommendProduct,
63 currentPage: 0, 64 currentPage: 0,
64 pageCount: 0, 65 pageCount: 0,
65 total: 0, 66 total: 0,