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 @@ \ No newline at end of file