Showing
2 changed files
with
1 additions
and
1 deletions
@@ -31,7 +31,7 @@ module.exports.indexAsync = (pid) => { | @@ -31,7 +31,7 @@ module.exports.indexAsync = (pid) => { | ||
31 | item.img = helpers.getForceSourceUrl(area.imageUrl); | 31 | item.img = helpers.getForceSourceUrl(area.imageUrl); |
32 | } | 32 | } |
33 | 33 | ||
34 | - if(!area.infos){ | 34 | + if (!area.infos) { |
35 | return result; | 35 | return result; |
36 | } | 36 | } |
37 | 37 |
-
Please register or login to post a comment