Authored by 郝肖肖

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

... ... @@ -33,7 +33,7 @@ if (keywords) {
$detailCont = $('.detail-cont');
if (result.helper_list) {
result.helper_list.forEach(function(s) {
$.each(result.helper_list, function(k, s) {
if (s.helperType === '2') {
s.problem = true;
s.allCont = s.content;
... ...