()
| 1070 | } |
| 1071 | |
| 1072 | func (this *ManagerController) Banners() { |
| 1073 | this.Data["SeoTitle"] = "横幅管理" |
| 1074 | this.TplName = "manager/banners.html" |
| 1075 | this.Data["Banners"], _ = models.NewBanner().All() |
| 1076 | this.Data["IsBanner"] = true |
| 1077 | } |
| 1078 | |
| 1079 | func (this *ManagerController) DeleteBanner() { |
| 1080 | id, _ := this.GetInt("id") |