|
@@ -145,8 +145,8 @@
|
|
|
"
|
|
|
>
|
|
|
<template v-if="!collectList[questionIndex]"
|
|
|
- ><i class="el-icon-star-off"></i>收藏本题</template
|
|
|
- >
|
|
|
+ ><i class="el-icon-star-off"></i>收藏本题
|
|
|
+ </template>
|
|
|
<template v-if="collectList[questionIndex]"
|
|
|
><i class="el-icon-star-on"></i>已收藏</template
|
|
|
>
|
|
@@ -1568,7 +1568,7 @@ export default {
|
|
|
|
|
|
this.questionList = res.data;
|
|
|
this.lastCount = this.questionList.length;
|
|
|
-
|
|
|
+ this.getCollectInfo(this.current)
|
|
|
await this.examRecord();
|
|
|
});
|
|
|
},
|
|
@@ -2791,7 +2791,6 @@ export default {
|
|
|
width: 970px;
|
|
|
min-height: 630px;
|
|
|
border: 1px solid #eee;
|
|
|
-
|
|
|
&__header {
|
|
|
height: 40px;
|
|
|
padding-left: 12px;
|