问诊列表
This commit is contained in:
parent
c7cfee82fa
commit
c5020df721
@ -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 =>{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user