问诊列表

This commit is contained in:
zoujiandong 2024-04-29 16:03:54 +08:00
parent c7cfee82fa
commit c5020df721

View File

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