From e85bb28ccb6ac0033b4e40e5d051af04bbcecfe1 Mon Sep 17 00:00:00 2001 From: liushaowen <565850092@qq.com> Date: Fri, 15 May 2020 18:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=89=A9=E4=B8=9A=E6=9C=8D=E5=8A=A1-?= =?UTF-8?q?=E4=B8=8A=E7=89=88=E6=9C=ACbug=E4=BF=AE=E5=A4=8D=E3=80=91=20-?= =?UTF-8?q?=E5=88=98=E7=BB=8D=E6=96=87=20-2020/05/15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epdc-resident-mp-yushan/pages/property/property.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/epdc-resident-mp-yushan/pages/property/property.js b/epdc-resident-mp-yushan/pages/property/property.js index 09f794a..05a3baf 100644 --- a/epdc-resident-mp-yushan/pages/property/property.js +++ b/epdc-resident-mp-yushan/pages/property/property.js @@ -61,6 +61,9 @@ Page({ this.initTab(); }else{ this.initPropertyInfo(this.data.tabList[this.data.currentTabIndex].id); + this.setData({ + refreshFlag:true + }) } }, initTab(){ @@ -91,7 +94,6 @@ Page({ this.setData({ projectInfo:res.data, isLoading:false, - refreshFlag:false }) wx.hideLoading({ complete: (res) => {}, @@ -100,7 +102,6 @@ Page({ this.setData({ projectInfo:{}, isLoading:false, - refreshFlag:false }) wx.hideLoading({ complete: (res) => {},