|
|
@@ -329,7 +329,7 @@ |
|
|
|
nextValid() { |
|
|
|
if (this.nextPageObj.pageSize < this.nextPageObj.num) { |
|
|
|
this.innerAudioContext.pause() |
|
|
|
this.nextPageObj.pageSize = this.nextPageObj.pageSize + 1 |
|
|
|
this.nextPageObj.pageSize++ |
|
|
|
this.keyWordsMatching(this.nextPageObj) |
|
|
|
} else { |
|
|
|
uni.showToast({ |
|
|
@@ -347,7 +347,7 @@ |
|
|
|
}) |
|
|
|
} else { |
|
|
|
this.innerAudioContext.pause() |
|
|
|
this.nextPageObj.pageSize = this.nextPageObj.pageSize - 1 |
|
|
|
this.nextPageObj.pageSize-- |
|
|
|
this.keyWordsMatching(this.nextPageObj) |
|
|
|
} |
|
|
|
}, |
|
|
|