xg
This commit is contained in:
parent
74ee0a696b
commit
e153d5cb6c
@ -11,7 +11,8 @@
|
||||
<view class="navbartitle" @tap="goprevious">
|
||||
{{title}}
|
||||
</view>
|
||||
<view class="navbarrighttitle" @tap='editconsultationInfoshowtrue' v-show='Number(currentItem.status)!=2'>
|
||||
<view class="navbarrighttitle" @tap='editconsultationInfoshowtrue'
|
||||
v-show="Number(currentItem.status)!=2&¤tItem.consultationType=='IMAGE TEXT CONSULTATION'">
|
||||
已解决
|
||||
</view>
|
||||
</u-navbar>
|
||||
@ -38,7 +39,8 @@
|
||||
<view class="placeholder" id="placeholder"></view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
<image class="background" src="/static/huanzhe.png" mode="" @tap="information"></image>
|
||||
<image class="background" src="/static/huanzhe.png" mode="" @tap="information"
|
||||
v-if="currentItem.consultationType=='IMAGE TEXT CONSULTATION'"></image>
|
||||
<!-- 底部输入 -->
|
||||
<view class="input-box" :class="{ 'input-box-mpInputMargin': mpInputMargin }"
|
||||
v-if='Number(currentItem.status)!=2'>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user