This commit is contained in:
2026-08-06 18:00:04 +08:00
parent b30cc47184
commit e60b172b39
10 changed files with 317 additions and 285 deletions
+2 -1
View File
@@ -14,12 +14,13 @@ using static TreeView;
public partial class admin_activity_index : MyWeb.config
{
private Model.ezEntities _db = new Model.ezEntities();
public string IsPreOrder = "false";
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
IsPreOrder = ConfigurationManager.AppSettings["IsPreOrder"];
BuildKind();
}