Explorar el Código

feat:pc搜索筛选时间

yangfeng hace 3 años
padre
commit
f9292ad033
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/web/staticres/js/superSearch.js

+ 2 - 2
src/web/staticres/js/superSearch.js

@@ -996,8 +996,8 @@ function searchOnsubmit(clickpaging){
 function showSearchTipForTimeRange (type) {
 	var tempDom = $("#hasNoData_tiptext>font:eq(0)")
 	var tipMap = {
-    'fiveYear': '近5年',
-    'threeYear': '近3年',
+    'fiveyear': '近5年',
+    'threeyear': '近3年',
 		'thisyear': '近1年',
 		'lately-7': '近7天',
 		'lately-30': '近30天'