From a1aaf430fd5b5735213909ddeda547e0564e269b Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 1 Apr 2024 14:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/resiAndHouse/resiAndHouse.js | 5 +++-- pages/resiAndHouse/resiAndHouse.wxss | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/resiAndHouse/resiAndHouse.js b/pages/resiAndHouse/resiAndHouse.js index 7a76313..9406349 100644 --- a/pages/resiAndHouse/resiAndHouse.js +++ b/pages/resiAndHouse/resiAndHouse.js @@ -34,7 +34,7 @@ Page({ loadMoreType: "none", nodata:false, selectVale: 'resi', - keyWord: null, + keyWord: '', angencyId: null, category: null, searchOrgIdPath: '', @@ -116,7 +116,8 @@ Page({ handelClickTab(e) { this.setData({ activeType: e.currentTarget.dataset.index, - category: e.currentTarget.dataset.category + category: e.currentTarget.dataset.category, + tableData:[] }) this.getTableData() }, diff --git a/pages/resiAndHouse/resiAndHouse.wxss b/pages/resiAndHouse/resiAndHouse.wxss index bb52c79..694f5cd 100644 --- a/pages/resiAndHouse/resiAndHouse.wxss +++ b/pages/resiAndHouse/resiAndHouse.wxss @@ -189,7 +189,7 @@ page{ } .box_17 { width: 649rpx; - margin: 48rpx 0 0 30rpx; + margin: 20rpx 0 0 30rpx; } .list_2 { width: 486rpx;