From 3ffea24a8879214c19d92425a9c8059569b94ab6 Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080@qq.com> Date: Mon, 30 May 2022 18:17:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E6=94=BE=E7=A9=BA=E6=8A=95=EF=BC=8C?= =?UTF-8?q?=E8=BD=AC=E8=B5=A0=20=20=E7=9B=B2=E7=9B=92=20=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wjnft/distributedcollection.js | 5 +- src/api/wjnft/macketingapplication.js | 27 +- src/views/wjnft/donation/index.vue | 6 +- src/views/wjnft/information/distributed.vue | 43 ++-- .../wjnft/macketingapplication/index.vue | 237 ++++++++---------- 5 files changed, 161 insertions(+), 157 deletions(-) diff --git a/src/api/wjnft/distributedcollection.js b/src/api/wjnft/distributedcollection.js index 3310f2a..85050d9 100644 --- a/src/api/wjnft/distributedcollection.js +++ b/src/api/wjnft/distributedcollection.js @@ -9,10 +9,11 @@ export function distributed(data) { }) } // 查询待发放藏品 -export function listOrder() { +export function listOrder(query) { return request({ url: '/wjnft/order/selectDistributed', - method: 'get' + method: 'get', + params: query }) } diff --git a/src/api/wjnft/macketingapplication.js b/src/api/wjnft/macketingapplication.js index 1ef6485..17ee283 100644 --- a/src/api/wjnft/macketingapplication.js +++ b/src/api/wjnft/macketingapplication.js @@ -9,6 +9,27 @@ export function listMacketingapplication(query) { }) } +//查询作品名称 +export function getProduction(){ + return request({ + url: '/wjnft/collection/production' , + method: 'get' + }) + +} + + +//查询活动名称 +export function getQueryActivity(){ + return request({ + url: '/wjnft/marketingactivities/queryActivity' , + method: 'get' + }) + +} + + + // 查询活动申请 详细 export function getMacketingapplication(id) { return request({ @@ -17,7 +38,7 @@ export function getMacketingapplication(id) { }) } -// 新增活动申请 +// 新增活动申请 export function addMacketingapplication(data) { return request({ url: '/wjnft/macketingapplication', @@ -26,7 +47,7 @@ export function addMacketingapplication(data) { }) } -// 修改活动申请 +// 修改活动申请 export function updateMacketingapplication(data) { return request({ url: '/wjnft/macketingapplication', @@ -35,7 +56,7 @@ export function updateMacketingapplication(data) { }) } -// 删除活动申请 +// 删除活动申请 export function delMacketingapplication(id) { return request({ url: '/wjnft/macketingapplication/' + id, diff --git a/src/views/wjnft/donation/index.vue b/src/views/wjnft/donation/index.vue index 84bbb78..df68d3a 100644 --- a/src/views/wjnft/donation/index.vue +++ b/src/views/wjnft/donation/index.vue @@ -75,11 +75,11 @@ - + - + - +