From 9d9aaf509629c6f5672cc4dc98a8970ae34890fd Mon Sep 17 00:00:00 2001
From: 396316021 <396316021@qq.com>
Date: Tue, 19 Sep 2023 18:06:09 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A5=96=E5=93=81=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/draw.js | 8 ++
pages/Draw/list.vue | 268 ++++++++++++++++++++++----------------------
2 files changed, 143 insertions(+), 133 deletions(-)
diff --git a/api/draw.js b/api/draw.js
index 705ac9d..d2ffb29 100644
--- a/api/draw.js
+++ b/api/draw.js
@@ -12,4 +12,12 @@ export function getDraw(data){
method:'post',
data:data
})
+}
+
+export function listDraw(data){
+ return request({
+ url:'draw/draw-getgoods',
+ method:'get',
+ data:data
+ })
}
\ No newline at end of file
diff --git a/pages/Draw/list.vue b/pages/Draw/list.vue
index 8b4fec8..1751115 100644
--- a/pages/Draw/list.vue
+++ b/pages/Draw/list.vue
@@ -1,150 +1,152 @@
-
-
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.age }}岁
-
-
- {{ item.type_name }}
- {{ item.weight }}kg
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.goods_name }}*{{ item.number }}
+ {{ item.draw_name }}
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
+
+
+
+
+
+
\ No newline at end of file