Browse Source

提交

dev
douzhuo 2 years ago
parent
commit
7a4eb90a65
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/center/prohibited/details.vue

+ 1
- 1
pages/center/prohibited/details.vue View File

@@ -341,7 +341,7 @@


// 上一条 // 上一条
preValid() { preValid() {
if (this.nextPageObj.pageSize == 0) {
if (this.nextPageObj.pageSize == 1) {
uni.showToast({ uni.showToast({
title: '没有更早的了~' title: '没有更早的了~'
}) })


Loading…
Cancel
Save