panlumeng 3 years ago
parent
commit
89d59e8afb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/admin/controller/Check.php

+ 3 - 1
app/admin/controller/Check.php

@@ -78,7 +78,9 @@ public function list()
         $data[] = $value;
     }
 
-    return app_show(0,"获取成功",['count'=>$count,'list'=>$list]);
+
+    return app_show(0,"获取成功",['count'=>$count,'list'=>$data]);
+
     }
 public function goodlist(){
     $page = isset($this->post['page']) && $this->post['page'] !=="" ? intval($this->post['page']) :"1";