|
@@ -291,7 +291,6 @@ export default {
|
|
|
bankId: self.id
|
|
bankId: self.id
|
|
|
};
|
|
};
|
|
|
self.$api.questionListrecordDoneList(data).then(res => {
|
|
self.$api.questionListrecordDoneList(data).then(res => {
|
|
|
- console.log(res,99999)
|
|
|
|
|
self.isDoneListsLenght = res.data.rows.length;
|
|
self.isDoneListsLenght = res.data.rows.length;
|
|
|
if (res.data.rows.length === 0 && self.pageData.questionNum === 0) {
|
|
if (res.data.rows.length === 0 && self.pageData.questionNum === 0) {
|
|
|
self.drawCircle(0);
|
|
self.drawCircle(0);
|
|
@@ -402,6 +401,7 @@ export default {
|
|
|
this.current = index;
|
|
this.current = index;
|
|
|
},
|
|
},
|
|
|
jumpExam(v) {
|
|
jumpExam(v) {
|
|
|
|
|
+ console.log(this.infoData.bankSectionId,this.infoData.examId)
|
|
|
if (this.pageData.typeId === 1) {
|
|
if (this.pageData.typeId === 1) {
|
|
|
this.$navTo.togo('/pages2/bank/question', {
|
|
this.$navTo.togo('/pages2/bank/question', {
|
|
|
bankSectionId: this.infoData.bankSectionId,
|
|
bankSectionId: this.infoData.bankSectionId,
|