@ -60,10 +60,7 @@ Page({
})
this.initTab();
}else{
this.setData({
this.initPropertyInfo(this.data.tabList[this.data.currentTabIndex].id);
refreshFlag:true,
isLoading:false
}
},
initTab(){
@ -93,7 +90,8 @@ Page({
api.getPropertyProjectDetail(id).then(res=>{
projectInfo:res.data,
isLoading:false,
refreshFlag:false
wx.hideLoading({
complete: (res) => {},
@ -101,7 +99,8 @@ Page({
}).catch(err=>{
projectInfo:{},