This commit is contained in:
Ruin
2022-04-14 13:57:59 +08:00
parent 634db893dc
commit 91d82a277d
3 changed files with 49 additions and 20 deletions

View File

@@ -101,12 +101,8 @@
},
// 获取下一题
next(index) {
// if (this.pageSize < 10) {
// this.pageSize++
// }
this.currentIndex++;
// this.getApiQuestionData()
next(index) {
this.currentIndex++;
console.log('跳转到下一题',index)
},
// 提交成功获取的信息
@@ -239,6 +235,7 @@ this.currentIndex++;
}
.select-item {
text {
min-height: 100rpx;
margin: 20rpx 0;
@@ -249,7 +246,7 @@ this.currentIndex++;
border: 2rpx solid #dee1e6;
border-radius: 8rpx;
padding: 0 20rpx;
padding:15rpx;
background-color: #f2f5f8;
display: block;
display: flex;