@@ -25,6 +25,7 @@ func DebrisProductHandler(r *ghttp.Request) {
}
service.HtmlRender.Render(r, "debrisProduct_list.html",
g.Map{
+ "isIndex": true,
"sTypeNode": sNode,
"list": rData,
"node": sNode,
@@ -41,10 +41,6 @@ func initDebrisProductRoot(ctx context.Context) *seoDebrisProductRoot {
-func (this *seoDebrisProductRoot) GetData(ctx context.Context, maxTotal int, query *SeoBiddingQuery) []map[string]interface{} {
- return nil
-}
-
func (this *seoDebrisProductRoot) GetDebrisProductNode(code string) *DebrisItem {
return this.mapping[code]