Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -82,7 +82,7 @@ class Helpers | @@ -82,7 +82,7 @@ class Helpers | ||
82 | 82 | ||
83 | $result = array(); | 83 | $result = array(); |
84 | $result['id'] = $articleData['id']; | 84 | $result['id'] = $articleData['id']; |
85 | - $result['showTag'] = $showTag; | 85 | + $result['showTags'] = $showTag; |
86 | $result['img'] = self::getImageUrl($articleData['src'], 640, 640); | 86 | $result['img'] = self::getImageUrl($articleData['src'], 640, 640); |
87 | $result['url'] = $articleData['url']; // @todo | 87 | $result['url'] = $articleData['url']; // @todo |
88 | $result['title'] = $articleData['title']; | 88 | $result['title'] = $articleData['title']; |
-
Please register or login to post a comment