From c5020df72184b3bbb916a87973935f73662ce5c0 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Mon, 29 Apr 2024 16:03:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E8=AF=8A=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pages/yishi/wenzhen_v2/wenzhen.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 =>{