3.修改:将活动日期分开,

4.将线路分开,分成3个页面,每个线路一个页面
5.调整报名后查看页面可直接获取报名信息
6.增加手机号码验证页面
7.后台管理页面增加姓名,手机号码,线路,日期 查询检索
This commit is contained in:
范露尧
2023-03-13 09:45:50 +08:00
parent 539a3185b3
commit 2406733fd2
7 changed files with 628 additions and 84 deletions

View File

@@ -10,5 +10,10 @@ namespace Ewide.Web.Entry.Controllers
{
return View();
}
[AllowAnonymous]
public IActionResult MyValid()
{
return View();
}
}
}