fix :bug
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
:isAnswering="props.isAnswering" @handleEvents="handleEvents" :activeVoiceId="activeVoiceId">
|
||||
</answerVue>
|
||||
<view v-else></view>
|
||||
<view class="talking-tips" v-if="talkingType === 'answer' && !isExam">
|
||||
<view class="talking-tips" v-if="talkingType === 'answer' && !isExam && isLast">
|
||||
<view class="talking-tips-btn" @click="getTips()">回答提示</view>
|
||||
<view class="talking-tips-loading" v-if="loadingTips">
|
||||
<CommonLoading color="#06f" />
|
||||
|
||||
Reference in New Issue
Block a user