JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug

This commit is contained in:
杨航
2026-03-24 14:38:18 +08:00
parent 56e75e7b4c
commit bbff953d12
+2 -2
View File
@@ -32,9 +32,9 @@
<view class="replay-btn" @click="reAnswer" v-if="!props.dataInfo.isHistory">
<image class="icon" src="@/static/images/dialog/answer-restart1.png" style="width: 100%; height: 100%"></image>
</view>
<view class="replay-btn" @click="stopAnswer" v-if="props.isAnswering && props.isLast">
<!-- <view class="replay-btn" @click="stopAnswer" v-if="props.isAnswering && props.isLast">
<image class="icon" src="@/static/images/dialog/answer-stop1.png" style="width: 100%; height: 100%"></image>
</view>
</view> -->
<view class="replay-btn" @click="zanAnswer">
<image class="icon" v-if="props.dataInfo.likeStat !== 'Y'" src="@/static/images/dialog/answer-zan1.png" style="width: 100%; height: 100%"></image>
<image class="icon" v-else src="@/static/images/dialog/answer-yizan1.png" style="width: 100%; height: 100%"></image>