Tang 4 yıl önce
ebeveyn
işleme
debd53ab1b

+ 1 - 1
pages2/bank/detail.vue

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

+ 1 - 1
pages2/bank/question.vue

@@ -493,7 +493,7 @@ export default {
 						examId: option.examId
 					};
 				}
-				if (option.bankSectionId === undefined && option.examId === undefined) {
+				if (option.bankSectionId === undefined && (option.examId === undefined || option.examId.length === 0)) {
 					uni.showModal({
 						title: '提示',
 						content: '没有题目',

+ 2 - 1
pages2/plan/detail.vue

@@ -270,7 +270,8 @@ export default {
 	line-height: 64rpx;
 	position: fixed;
 	bottom: 60rpx;
-	left: 40%;
+	left: 50%;
+	transform: translateX(-50%);
 }
 .operate_img3 {
 	background: #3478f6;

BIN
static/more.png