This commit is contained in:
tianshujie
2023-12-18 18:20:50 +08:00
parent 620749160d
commit fa05bc48ea
+3
View File
@@ -51,6 +51,9 @@ class design extends control
$this->project->setMenu($projectID);
$project = $this->project->getByID($projectID);
if(!$project->hasProduct) $this->config->hasSwitcherModules = array();
$this->view->products = $products;
$this->view->switcherParams = "projectID={$projectID}&productID={$productID}";
$this->view->switcherText = zget($products, $productID);