Browse Source

【物业服务-上版本bug修复】 -刘绍文 -2020/05/15

feature/v2.0
liushaowen 5 years ago
parent
commit
e85bb28ccb
  1. 5
      epdc-resident-mp-yushan/pages/property/property.js

5
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) => {},

Loading…
Cancel
Save