dever 6 năm trước cách đây
mục cha
commit
ce3e80d3ac
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      act/database/score.php

+ 2 - 2
act/database/score.php

@@ -86,7 +86,7 @@ return array
 			'desc' 		=> '积分',
 			'desc' 		=> '积分',
 			'match' 	=> 'option',
 			'match' 	=> 'option',
 			'update'	=> 'text',
 			'update'	=> 'text',
-			'order'		=> 'desc',
+			'order'		=> 'asc',
 			'list'		=> true,
 			'list'		=> true,
 		),
 		),
 		
 		
@@ -132,7 +132,7 @@ return array
 				'state' => 1,
 				'state' => 1,
 			),
 			),
 			'type' => 'all',
 			'type' => 'all',
-			'order' => array('score' => 'desc','id' => 'desc'),
+			'order' => array('score' => 'asc','id' => 'desc'),
 			'page' => array(10, 'list'),
 			'page' => array(10, 'list'),
 			'col' => '*',
 			'col' => '*',
 		),
 		),