소스 검색

Merge branch 'web_sannong_fr'

15313670163 4 주 전
부모
커밋
98632c8fce
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/JsonRpc/NewsService.php

+ 2 - 2
app/JsonRpc/NewsService.php

@@ -1030,8 +1030,8 @@ class NewsService implements NewsServiceInterface
             // $total = 0;
             if (!empty($other)) {
                 $total = $total + $other['results'];
-                $other['choice_name'] = $other['choice_name'] . '(其他)';
-                if (!empty($others)) {
+                $other['choice_name'] ='(其他)';
+                if(!empty($others)){
                     $other['hasChildren'] = true;
                     // array_push($other,['hasChildren','=',true]);
                     $other['children'] = $others;