医生提交1212

This commit is contained in:
zoujiandong
2023-12-12 10:58:58 +08:00
parent 1e9ea2a70f
commit 89be7ccae1
30 changed files with 1083 additions and 157 deletions
+4 -1
View File
@@ -199,7 +199,10 @@
<!-- <van-button bind:click="go" data-url="/Pages/yishi/chat_session/index" plain custom-style="width:200rpx; border-radius: 10rpx;" color="#3CC7C0">会话列表</van-button> -->
</view>
</view>
<view class="content_4" wx:if="{{ item.inquiry_status == 3 }}">不接诊24小时后自动取消</view>
<view class="content_4" wx:if="{{ item.inquiry_status == 3 }}">
<text wx:if="{{item.inquiry_type ==2 || item.inquiry_type ==4}}">不接诊5分钟后自动取消</text>
<text wx:elif="{{item.inquiry_type ==3 || item.inquiry_type ==1}}">不接诊524小时后自动取消</text>
</view>
</view>
<!-- aa -->
</van-tab>