This commit is contained in:
2024-03-16 16:36:43 +08:00
parent 74ee0a696b
commit e153d5cb6c

View File

@ -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&&currentItem.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'>