From a5a2014789626e478b7615e930b66cdf4fdd17a6 Mon Sep 17 00:00:00 2001 From: dengxiongfei Date: Thu, 27 Jan 2022 14:39:05 +0800 Subject: [PATCH] bug --- pages/account-management/index.vue | 394 +++++++++++++++-------------- pages/add-account/index.vue | 2 +- pages/cart/index.vue | 2 +- pages/enquiry-list/index.vue | 2 +- pages/store/index.vue | 2 +- 5 files changed, 203 insertions(+), 199 deletions(-) diff --git a/pages/account-management/index.vue b/pages/account-management/index.vue index 320c480..1c021a4 100644 --- a/pages/account-management/index.vue +++ b/pages/account-management/index.vue @@ -1,208 +1,212 @@ diff --git a/pages/add-account/index.vue b/pages/add-account/index.vue index fa3c7ca..789fde0 100644 --- a/pages/add-account/index.vue +++ b/pages/add-account/index.vue @@ -29,7 +29,7 @@ - 用户号 + 用户名 { // console.log('询价列表', res.records) if (res) { - if (this.pagination.pageNum == 1) { + if (res.current == 1) { this.list = res.records } else { this.list = this.list.concat(res.records) diff --git a/pages/store/index.vue b/pages/store/index.vue index 5b2b6b5..d6866e7 100644 --- a/pages/store/index.vue +++ b/pages/store/index.vue @@ -116,7 +116,7 @@ export default { .then((res) => { console.log('纸品列表', res) if (res) { - if (this.pagination.pageNum == 1) { + if (res.current == 1) { this.list = res.records } else { this.list = this.list.concat(res.records)