diff --git a/activitylink/src/api/manage/activity.js b/activitylink/src/api/manage/activity.js index c2823c8..950fad6 100644 --- a/activitylink/src/api/manage/activity.js +++ b/activitylink/src/api/manage/activity.js @@ -92,7 +92,7 @@ export function getMarket(){ export function deleteActivityById(activityId) { return request({ - url: 'activityId/admin/funding/deleteActivity', + url: '/admin/funding/deleteActivity', method: 'post', params: { activityId } }) diff --git a/activitylink/src/api/manage/win.js b/activitylink/src/api/manage/win.js index d8afdc0..d7ae09c 100644 --- a/activitylink/src/api/manage/win.js +++ b/activitylink/src/api/manage/win.js @@ -1,9 +1,10 @@ import request from '@/utils/request' -export function getWinList(data) { +export function getWinList(pageNum,pageSize,data) { return request({ url: '/admin/win/list', method: 'post', + params: { pageNum,pageSize }, data }) } \ No newline at end of file diff --git a/activitylink/src/views/zhongchou/activity/detail/index.vue b/activitylink/src/views/zhongchou/activity/detail/index.vue index 328644e..2ac6ded 100644 --- a/activitylink/src/views/zhongchou/activity/detail/index.vue +++ b/activitylink/src/views/zhongchou/activity/detail/index.vue @@ -25,9 +25,9 @@ @@ -48,7 +48,7 @@ - + diff --git a/activitylink/src/views/zhongchou/activity/index.vue b/activitylink/src/views/zhongchou/activity/index.vue index 381781e..b970f28 100644 --- a/activitylink/src/views/zhongchou/activity/index.vue +++ b/activitylink/src/views/zhongchou/activity/index.vue @@ -85,9 +85,9 @@ @@ -96,9 +96,9 @@ diff --git a/activitylink/src/views/zhongchou/winning/index.vue b/activitylink/src/views/zhongchou/winning/index.vue index 0087ba8..b168053 100644 --- a/activitylink/src/views/zhongchou/winning/index.vue +++ b/activitylink/src/views/zhongchou/winning/index.vue @@ -1,33 +1,35 @@ - - - - - - - - 中奖管理 - + + + + 中奖管理 + - + - - + + - - - + + + + - 搜索 + 搜索 重置 @@ -39,217 +41,140 @@ - - - - - - - - 特等奖 - 一等奖 - 二等奖 - 三等奖 - - - - + + + + + + - - - - - - - - + + + + + \ No newline at end of file