Browse Source

Merge branch 'hotfix/v4.9.16.1_ws' of qmx/jy into hotfix/v4.9.16.1

wangshan 1 year ago
parent
commit
c9b3395ca6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/front/search.go

+ 1 - 1
src/jfw/front/search.go

@@ -114,7 +114,7 @@ func (s *Search) MainSearch() error {
 
 func (s *Search) SearchKeyword(searchWord string) error {
 	s.SetSession("mainSearch_searchWord", searchWord)
-	return s.Redirect("/jylab/mainSearch?searchWord=" + searchWord)
+	return s.Redirect("/jy_mobile/search/result/bidding?input=" + searchWord)
 }
 
 // 获取历史记录和关键词