Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | // 有领券功能,不缓存 |
-
Please register or login to post a comment