Showing
1 changed file
with
1 additions
and
1 deletions
@@ -15,7 +15,7 @@ const searchApi = require(`${mRoot}/search-api`); | @@ -15,7 +15,7 @@ const searchApi = require(`${mRoot}/search-api`); | ||
15 | const shop = (shopId, req, res, next, brandInfo) => { | 15 | const shop = (shopId, req, res, next, brandInfo) => { |
16 | shopId = parseInt(shopId, 10); | 16 | shopId = parseInt(shopId, 10); |
17 | 17 | ||
18 | - list.getShopInfo(shopId, req.user.id).then(shopInfo => { | 18 | + list.getShopInfo(shopId, req.user.uid).then(shopInfo => { |
19 | if (+shopInfo.shopTemplateType === 2) { // 经典模板 | 19 | if (+shopInfo.shopTemplateType === 2) { // 经典模板 |
20 | let pjax = req.query._pjax; | 20 | let pjax = req.query._pjax; |
21 | 21 |
-
Please register or login to post a comment