Authored by 王水玲

帮助中心

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