将js代码架构改为app下渲染;

This commit is contained in:
2023-09-18 16:32:46 +08:00
parent 4d9434454e
commit ca729da0a9
86 changed files with 1572 additions and 719 deletions

View File

@@ -274,7 +274,7 @@ function event_view_content($name)
}
continue;
}
$content.= $value_event['view_content'];
$content .= $value_event['view_content'];
}
return $content;