Browse Source

分页相关优化

pull/1/head
pengda 9 months ago
parent
commit
cde0b9b354
  1. 4
      control/index.php

4
control/index.php

@ -9,8 +9,8 @@ class index extends publicBase {
public function home() {
$id = $this->get('id');
$mCase = new mCase();
$data = $mCase->getCaseInfo($id);
$m_case = new mCase();
$data = $m_case->getCaseInfo($id);
$this->view['data'] = $data;

Loading…
Cancel
Save