* Fix bug.

This commit is contained in:
tianshujie98
2021-03-18 16:57:31 +08:00
parent ca5b180515
commit 53cf4ebdcd
6 changed files with 14 additions and 14 deletions
+1
View File
@@ -696,6 +696,7 @@ class commonModel extends model
/* Avoid highlighting the same navigation method at the same time. */
if($currentModule == 'feedback' and $currentMethod == 'admin') $active = '';
if($currentModule == 'product' and $currentMethod == 'browse') $active = '';
if($currentModule == 'product' and $currentMethod == 'create') $active = '';
if($currentModule == 'story') $active = '';
$misc = $openApp != $lang->navGroup->$module ? "data-app='$openApp'" : '';