From 2587a2cad97f27cb3d43c64c3fd29765d6baf118 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B0=A2=E6=AC=A3=E6=82=A6?= <2289014031@qq.com>
Date: Tue, 27 Aug 2024 20:04:10 +0800
Subject: [PATCH] ok
---
src/components/Pagination/index.vue | 4 --
src/views/market/orders/index.vue | 87 ++++++++++++++---------------
2 files changed, 43 insertions(+), 48 deletions(-)
diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue
index a96ba63..e6645eb 100644
--- a/src/components/Pagination/index.vue
+++ b/src/components/Pagination/index.vue
@@ -25,10 +25,6 @@ export default {
required: true,
type: Number
},
- page: {
- type: Number,
- default: 1
- },
limit: {
type: Number,
default: 20
diff --git a/src/views/market/orders/index.vue b/src/views/market/orders/index.vue
index 527617e..23b0caa 100644
--- a/src/views/market/orders/index.vue
+++ b/src/views/market/orders/index.vue
@@ -7,26 +7,26 @@