diff --git a/app/controller/Page.php b/app/controller/Page.php index c901904..abb105f 100644 --- a/app/controller/Page.php +++ b/app/controller/Page.php @@ -91,7 +91,7 @@ class Page extends Base $this->data['blocks'] = $blocks; $this->data['honors'] = $honors; - $this->data['historyList'] = History::getByCategoryId($historyCId, true, $historyCate['number'] ?? -1); + $this->data['historyList'] = array_reverse(History::getByCategoryId($historyCId, true, $historyCate['number'] ?? -1)); } // 品质与服务