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 @@
-
-
-
- 账号管理
-
- 添加账号
-
-
-
-
-
-
-
- {{item.name}}-{{item.title}}
- {{item.mobile}}
-
- 删除账号
-
-
-
-
-
-
- 账号删除后无法在使用系统,请谨慎操作
-
-
-
-
+
+
+
+ 账号管理
+
+ 添加账号
+
+
+
+
+
+
+
+
+ {{ item.name }}-{{ item.title }}
+
+
+ {{ item.mobile }}
+
+
+ 删除账号
+
+
+
+
+
+
+ 账号删除后无法在使用系统,请谨慎操作
+
+
+
+
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)