* Optimize block dashboard function.

This commit is contained in:
Wangyuting
2023-04-28 14:30:13 +08:00
parent bd89aa3595
commit 751c1f5845
9 changed files with 229 additions and 231 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ class qa extends control
$this->view->title = $this->lang->qa->index;
$this->view->position[] = $this->lang->qa->index;
$this->view->products = $products;
$this->display();
echo $this->fetch('block', 'dashboard', 'dashboard=qa');
}
}