소스 검색

提交

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


불러오는 중...
취소
저장