Merge branch 'release/2.0' of git.yoho.cn:fe/yoho-blk into release/2.0
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -33,7 +33,7 @@ if (keywords) { | @@ -33,7 +33,7 @@ if (keywords) { | ||
33 | $detailCont = $('.detail-cont'); | 33 | $detailCont = $('.detail-cont'); |
34 | 34 | ||
35 | if (result.helper_list) { | 35 | if (result.helper_list) { |
36 | - result.helper_list.forEach(function(s) { | 36 | + $.each(result.helper_list, function(k, s) { |
37 | if (s.helperType === '2') { | 37 | if (s.helperType === '2') { |
38 | s.problem = true; | 38 | s.problem = true; |
39 | s.allCont = s.content; | 39 | s.allCont = s.content; |
-
Please register or login to post a comment