|
@@ -34,7 +34,12 @@ func init() {
|
|
|
//YearEndReport 21年,年终报告
|
|
|
type YearEndReport struct {
|
|
|
*xweb.Action
|
|
|
- yearEndReportPage xweb.Mapper `xweb:"/jyapp/active/yearEndReport"` //21年终报告app页面
|
|
|
+ yearEndReportPage xweb.Mapper `xweb:"/jyapp/active/yearEndReport"` //21年终报告app页面
|
|
|
+ yearEndReportResult xweb.Mapper `xweb:"/jyapp/active/yearEndReportResult"` //21年终报告app结果页面
|
|
|
+}
|
|
|
+
|
|
|
+func (this *YearEndReport) YearEndReportResult() error {
|
|
|
+ return this.Render("/active/yearEndReport/result.html")
|
|
|
}
|
|
|
|
|
|
func (this *YearEndReport) YearEndReportPage() error {
|