douzhuo hace 2 años
padre
commit
4b2caff8cd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      pages/center/prohibited/details.vue

+ 2
- 2
pages/center/prohibited/details.vue Ver fichero

@@ -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)
}
},


Cargando…
Cancelar
Guardar