Browse Source

提交

dev
douzhuo 2 years ago
parent
commit
703d7c1185
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/center/prohibited/index.vue

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

@@ -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}&isMerge=${res[0].merge}`
url: `/pages/center/prohibited/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"2"}&index=${index+1}&isMerge=${res[0].merge}`
})
// if (res[0].merge == 0) {


Loading…
Cancel
Save