@@ -147,6 +147,15 @@
},
handleSelectNengliTishengti() {
if (this.showB) return;
+
+ if (!this.jieInfo.jiedianList2 || this.jieInfo.jiedianList2.length === 0) {
+ toast("本节无能力提升题");
+ // tab回核心基础题状态
+ this.showB = false;
+ this.showA = true;
+ return;
+ }
this.showB = true;
this.showA = false;
this.$refs.c1 && this.$refs.c1.handleStop()