Showing
1 changed file
with
1 additions
and
1 deletions
@@ -123,7 +123,7 @@ class TideModel extends global.yoho.BaseModel { | @@ -123,7 +123,7 @@ class TideModel extends global.yoho.BaseModel { | ||
123 | }); | 123 | }); |
124 | } | 124 | } |
125 | 125 | ||
126 | - if (shopInfo.shopId || _.get(res[1], 'data.productList', []).length) { | 126 | + if (shopInfo.imageUrl || _.get(res[1], 'data.productList', []).length) { |
127 | tide.shopInfo.push({ | 127 | tide.shopInfo.push({ |
128 | title: '# 为你精选 #', | 128 | title: '# 为你精选 #', |
129 | shopInfo: shopInfo, | 129 | shopInfo: shopInfo, |
-
Please register or login to post a comment