Przeglądaj źródła

修改获取投票详情

15313670163 1 miesiąc temu
rodzic
commit
4d4e320043
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

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