Authored by 郝肖肖

Merge branch 'release/2.0' of git.yoho.cn:fe/yoho-blk into release/2.0

@@ -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;