Showing
1 changed file
with
1 additions
and
1 deletions
@@ -588,7 +588,7 @@ const getShopData = (req, shopId, uid, isApp) => { | @@ -588,7 +588,7 @@ const getShopData = (req, shopId, uid, isApp) => { | ||
588 | return Promise.all([ | 588 | return Promise.all([ |
589 | searchModel.getFilterSearchData({ | 589 | searchModel.getFilterSearchData({ |
590 | shop_id: shopId, | 590 | shop_id: shopId, |
591 | - type: 'default',//默认 | 591 | + type: 'default', // 默认 |
592 | brand: brandData.join(','), | 592 | brand: brandData.join(','), |
593 | order: '0', | 593 | order: '0', |
594 | channel: channel | 594 | channel: channel |
-
Please register or login to post a comment