Authored by 郭成尧

'isHot-to-is_hot'

@@ -136,7 +136,7 @@ const _shop = (req, res, shopId) => { @@ -136,7 +136,7 @@ const _shop = (req, res, shopId) => {
136 _.forEach(result.hotList, (value, key) => { 136 _.forEach(result.hotList, (value, key) => {
137 result.hotList[key].tags = {}; 137 result.hotList[key].tags = {};
138 result.hotList[key].is_soon_sold_out = false; 138 result.hotList[key].is_soon_sold_out = false;
139 - result.hotList[key].tags.isHot = true; 139 + result.hotList[key].tags.is_hot = true;
140 }); 140 });
141 141
142 // 有领券功能,不缓存 142 // 有领券功能,不缓存