修改结束问诊请求,以及搜索问题
This commit is contained in:
@@ -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("用户下拉动作")
|
||||
|
||||
@@ -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}}">
|
||||
|
||||
Reference in New Issue
Block a user