douzhuo 2 lat temu
rodzic
commit
be2dd9729c
2 zmienionych plików z 4 dodań i 4 usunięć
  1. +2
    -2
      pages/center/prohibited/details.vue
  2. +2
    -2
      pages/center/prohibited/index.vue

+ 2
- 2
pages/center/prohibited/details.vue Wyświetl plik

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


+ 2
- 2
pages/center/prohibited/index.vue Wyświetl plik

@@ -326,7 +326,7 @@
let newobj = res[0];

let obj = {
pageSize: index,
pageSize: index+1,
num: this.totalRecords,
query: {
...this.nextPageObj
@@ -335,7 +335,7 @@
uni.setStorageSync('nextPageObj', JSON.stringify(obj))
uni.navigateTo({
url: `/pages/center/prohibited/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"2"}&index=${index+1}&isMerge=${res[0].merge}`
url: `/pages/center/prohibited/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"2"}&index=${index}&isMerge=${res[0].merge}`
})
// if (res[0].merge == 0) {


Ładowanie…
Anuluj
Zapisz