修改
This commit is contained in:
parent
52dda0db49
commit
dba10894af
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user