3.修改:将活动日期分开,
4.将线路分开,分成3个页面,每个线路一个页面 5.调整报名后查看页面可直接获取报名信息 6.增加手机号码验证页面 7.后台管理页面增加姓名,手机号码,线路,日期 查询检索
This commit is contained in:
@@ -10,5 +10,10 @@ namespace Ewide.Web.Entry.Controllers
|
||||
{
|
||||
return View();
|
||||
}
|
||||
[AllowAnonymous]
|
||||
public IActionResult MyValid()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user