From 11f84e57557ba6f9ac1dbb2cacb6c4a782cf86c7 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 14 Sep 2023 17:21:12 +0800 Subject: [PATCH] up --- .env.development | 4 +- src/api/activity/index.js | 9 ++ src/components/XyDialog/index.vue | 12 ++- src/components/XyTinymce/index.vue | 58 +++++++++++- src/views/activity/activityList.vue | 43 +++++++-- src/views/activity/component/addActivity.vue | 16 ++++ .../activity/component/showActiveOrder.vue | 93 +++++++++++++++++-- src/views/course/component/addCourse.vue | 6 +- src/views/dashboard/components/PanelGroup.vue | 19 +++- src/views/finance/component/editRemark.vue | 4 +- src/views/finance/flow.vue | 6 +- src/views/notice/index.vue | 15 ++- src/views/order/component/orderLog.vue | 25 ++++- src/views/order/orderList.vue | 29 ++++-- src/views/reports/userOrder.vue | 66 ++++++++++++- 15 files changed, 353 insertions(+), 52 deletions(-) diff --git a/.env.development b/.env.development index 061c31f..efd4bd0 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,6 @@ ENV = 'development' # base api -VUE_APP_BASE_API = https://yybtest.ali251.langye.net/ +#VUE_APP_BASE_API = https://yybtest.ali251.langye.net/ VUE_APP_BASE_DEV_API = https://yunyubang.ali251.langye.net/ -#VUE_APP_BASE_API = https://yunyubang.ali251.langye.net/ +VUE_APP_BASE_API = https://yunyubang.ali251.langye.net/ diff --git a/src/api/activity/index.js b/src/api/activity/index.js index d4a18f6..f2e297f 100644 --- a/src/api/activity/index.js +++ b/src/api/activity/index.js @@ -47,3 +47,12 @@ export function getActiveOrder(params){ params }) } + +export function cancelUser(data){ + return request({ + method:'post', + url:'/api/admin/active/active-canceled-member', + data + }) +} + diff --git a/src/components/XyDialog/index.vue b/src/components/XyDialog/index.vue index cc8a9ed..0f17ac2 100644 --- a/src/components/XyDialog/index.vue +++ b/src/components/XyDialog/index.vue @@ -43,6 +43,7 @@ export default { isFullScreen:false } }, + mounted(){}, methods: { headerRender(){ return ( @@ -120,6 +121,8 @@ export default { return ( + diff --git a/src/views/activity/component/addActivity.vue b/src/views/activity/component/addActivity.vue index e0ecdae..48dfba9 100644 --- a/src/views/activity/component/addActivity.vue +++ b/src/views/activity/component/addActivity.vue @@ -130,6 +130,18 @@ + +