以人找房功能修改bug。

This commit is contained in:
Renpc-kilig 2021-09-07 17:54:09 +08:00
parent 96b650e1c4
commit 862af75e2a

View File

@ -50,7 +50,7 @@
var keywords = $('#kw').val(); var keywords = $('#kw').val();
top.dialog.open({ top.dialog.open({
url: top.restAjax.path('route/buildinghouse/list-check.html?keywords={keywords}', [keywords]), url: top.restAjax.path('route/buildinghouse/list-check.html?keywords={keywords}', [keywords]),
title: "查看考生信息", title: "查看房屋信息",
width: '80%', width: '80%',
height: '80%', height: '80%',
onClose: function() { onClose: function() {