This commit is contained in:
2023-11-14 14:54:59 +08:00
parent 52dda0db49
commit dba10894af

View File

@ -11,8 +11,7 @@
<view class="navbartitle" @tap="goprevious">
{{title}}
</view>
<view class="navbarrighttitle" @tap='editconsultationInfoshowtrue'
v-show='Number(currentItem.status)==1||!currentItem.status'>
<view class="navbarrighttitle" @tap='editconsultationInfoshowtrue' v-show='Number(currentItem.status)!=2'>
已解决
</view>
</u-navbar>
@ -41,7 +40,8 @@
</scroll-view>
<image class="background" src="/static/huanzhe.png" mode="" @tap="information"></image>
<!-- 底部输入 -->
<view class="input-box" :class="{ 'input-box-mpInputMargin': mpInputMargin }">
<view class="input-box" :class="{ 'input-box-mpInputMargin': mpInputMargin }"
v-if='Number(currentItem.status)!=2'>
<view class="input-box-flex">
<!--弹出常用 -->
<!-- <image class="icon_img" :src="require('@/static/ico/often.png')" @tap="oftenx"></image> -->
@ -175,7 +175,6 @@
this.baseurl = baseurl;
// uni.closeSocket()
this.currentItem = JSON.parse(options.item)
console.log(this.currentItem)
this.id = this.currentItem.id
this.title = this.currentItem.patientName //
this.userName = this.currentItem.doctorName