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