Parcourir la source

fix: 修复地区未传递

zhangyuhan il y a 4 ans
Parent
commit
08a2d2acb4

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/js/searchindex.js

@@ -1044,7 +1044,7 @@ var SuperSearch = {
 				scope.push(thisText);
 			}
 		});
-		SuperSearch.reqParam.scope=scope.join(",");
+		// SuperSearch.reqParam.scope=scope.join(",");
 
 		//行业类型
 		var industrySelect="";

+ 1 - 1
src/web/staticres/js/wxSupersearch.js

@@ -1014,7 +1014,7 @@ var SuperSearch = {
 				scope.push(thisText);
 			}
 		});
-		SuperSearch.reqParam.scope=scope.join(",");
+		// SuperSearch.reqParam.scope=scope.join(",");
 
 		//行业类型
 		var industrySelect="";