|
@@ -264,7 +264,6 @@ const houSear = new Vue({
|
|
|
this.getHouseInfoList();
|
|
|
},
|
|
|
houseSourceSearch() {
|
|
|
- console.log("houseSourceSearch")
|
|
|
var reg = /[^\w]/gi;
|
|
|
var inputVal = document.querySelector("#inputfyhym").value;
|
|
|
if (reg.test(inputVal)) {
|
|
@@ -461,8 +460,8 @@ const houSear = new Vue({
|
|
|
type: 'get',
|
|
|
url: PATH + '/front/getHouseSourceTypeList',
|
|
|
data: _this.getParam,
|
|
|
+ async:false,
|
|
|
success: function (json) {
|
|
|
- // console.log(json)
|
|
|
if (json.msg == "SUCCESS") {
|
|
|
if (json.count > 0) {
|
|
|
_this.houseInfoList = JSON.parse(json.data);
|
|
@@ -486,7 +485,6 @@ const houSear = new Vue({
|
|
|
renderHouseInfoList(data) {
|
|
|
this.getcurrentPages()
|
|
|
var html = "";
|
|
|
- console.log(data)
|
|
|
if (data.length > 0) {
|
|
|
if (this.getParam.FYLX == 0) {
|
|
|
for (var i = 0; i < data.length; i++) {
|
|
@@ -667,7 +665,7 @@ const houSear = new Vue({
|
|
|
var getid = this.urlId;
|
|
|
tabnavId = getid.slice(('?=').length, getid.length)
|
|
|
var tabnav = unescape(tabnavId)
|
|
|
- console.log(tabnav)
|
|
|
+ // console.log(tabnav)
|
|
|
if (tabnav == "经纪房源") {
|
|
|
$(".content-list_m1").css({
|
|
|
"display": "none"
|