This commit is contained in:
王怡栋
2021-08-27 10:20:27 +08:00
parent 4cf1c0daa9
commit 0a9b1f42ac
10 changed files with 188 additions and 34 deletions
+2
View File
@@ -115,6 +115,8 @@ class treeModel extends model
*/
public function getOptionMenu($rootID, $type = 'story', $startModule = 0, $branch = 0)
{
if(defined('TUTORIAL')) return $this->loadModel('tutorial')->getModulePairs();
if($type == 'line') $rootID = 0;
$branches = array($branch => '');