@@ -400,7 +400,11 @@
type="normal"
class="normal-box"
:TaskModel="TaskModel"
- :answerRecordList="Bookanswer.recordList[index]"
+ :answerRecordList="
+ judgeAnswer != 'standardAnswer'
+ ? Bookanswer.recordList[index]
+ : []
+ "
:tmIndex="index"
@handleWav="handleWav"
/>
@@ -543,7 +547,8 @@
+ :answerRecordList=" judgeAnswer != 'standardAnswer'
+ ? Bookanswer.recordList[index]:[]"
@@ -337,7 +337,7 @@ export default {
cursor: pointer;
font-family: "GB-PINYINOK-B";
overflow: hidden;
- &:hover {
+ &.exercise-model:hover {
background: rgba(0, 0, 0, 0.05)
url("../../../assets/NPC/selectYinjie-hover.png") right bottom
no-repeat;