xg
This commit is contained in:
parent
74ee0a696b
commit
e153d5cb6c
@ -11,7 +11,8 @@
|
|||||||
<view class="navbartitle" @tap="goprevious">
|
<view class="navbartitle" @tap="goprevious">
|
||||||
{{title}}
|
{{title}}
|
||||||
</view>
|
</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>
|
</view>
|
||||||
</u-navbar>
|
</u-navbar>
|
||||||
@ -38,7 +39,8 @@
|
|||||||
<view class="placeholder" id="placeholder"></view>
|
<view class="placeholder" id="placeholder"></view>
|
||||||
</view>
|
</view>
|
||||||
</scroll-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 }"
|
<view class="input-box" :class="{ 'input-box-mpInputMargin': mpInputMargin }"
|
||||||
v-if='Number(currentItem.status)!=2'>
|
v-if='Number(currentItem.status)!=2'>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user