修改结束问诊请求,以及搜索问题

This commit is contained in:
zoujiandong
2023-08-30 14:27:05 +08:00
parent b76f5354e1
commit f6663d275c
6 changed files with 33 additions and 8 deletions
+12 -2
View File
@@ -565,11 +565,21 @@ Page({
show: false
})
},
onTabClick(e){
if(e.detail.name==6){
this.setData({
current_page:0,
data_list_6:[]
})
this.getDoctorInquiryFinishMessage();
}
},
vanTabsChange(e){
// // console.log(e)
//console.log(e)
this.setData({
now_message_inquiry_type: e.detail.name
})
});
},
onPullDownRefresh(){
// console.log("用户下拉动作")
+1
View File
@@ -153,6 +153,7 @@
border="{{true}}"
id="tabs"
bind:change="vanTabsChange"
bind:click="onTabClick"
wx:if="{{ has_data }}"
>
<van-tab title="在线问诊" dot="{{dot_1}}" name="1" wx:if="{{data_list_1.length > 0}}">