Browse Source

feat: 去掉模板

zhangxinlei1996 2 năm trước cách đây
mục cha
commit
8491d11ec4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/jfw/front/supsearch.go

+ 0 - 1
src/jfw/front/supsearch.go

@@ -560,7 +560,6 @@ func (p *Pcsearch) PcSearchIndex(module string) error {
 			"searchvalue":     keywords,
 			"additionalWords": additionalWords,
 			"listLength":      util.If(list != nil, len(list), 0),
-			"list":            p.T["list"],
 		}
 	}
 	return p.Render("/pc/supsearch.html", &p.T)