diff --git a/Pages/yishi/wenzhen_v2/wenzhen.js b/Pages/yishi/wenzhen_v2/wenzhen.js index 5b85726..a910072 100644 --- a/Pages/yishi/wenzhen_v2/wenzhen.js +++ b/Pages/yishi/wenzhen_v2/wenzhen.js @@ -41,6 +41,9 @@ Page({ dot_5: false, }, onLoad() { + }, + onUnload(){ + }, initInterval(){ let _this = this; @@ -523,6 +526,7 @@ Page({ }) //点击请求数据为0,则重新渲染页面 this.getDoctorInquiryFinishMessage('end'); + } }, vanTabsChange(e){ @@ -560,7 +564,11 @@ Page({ last_page: response.data.last_page }) if(from && response.data.data.length==0){ - this.formatStatus(); + //this.formatStatus(); + + this.onHide(); + this.onShow(); + } // this.selectComponent('#tabs').resize(); }).then(res =>{