douzhuo 2 роки тому
джерело
коміт
4b2caff8cd
1 змінених файлів з 2 додано та 2 видалено
  1. +2
    -2
      pages/center/prohibited/details.vue

+ 2
- 2
pages/center/prohibited/details.vue Переглянути файл

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


Завантаження…
Відмінити
Зберегти