@@ -537,6 +537,9 @@ export default {
if (!this.isBuy || !this.sectionItem) {
return;
}
+ if (!this.sectionItem) {
+ return;
+ }
let { id, courseId, moduleId } = this.menuItem;
if (
this.sectionItem.courseId == courseId &&
@@ -95,7 +95,7 @@
</navigator>
<view
class="btnACs"
- v-if="score < totalScore * 0.6 || bankType == 1"
+ v-if="reportStatus == 1 || bankType == 1"
@click="
doRepeat(
reportdata.examId,