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


読み込み中…
キャンセル
保存