From ee2e2fc16cd226530af3f907614e59c0b034bc2c Mon Sep 17 00:00:00 2001 From: ywyonui Date: Sun, 29 Jun 2025 15:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=B4=E5=83=8F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/base/server.ts | 28 +++ src/pages/base/class-schedule/index.vue | 88 +++---- src/pages/base/club/index.vue | 4 +- .../base/course-selection/club-selection.vue | 126 +++++----- src/pages/base/home/index.vue | 7 - src/store/modules/user.ts | 221 +++++++++--------- 6 files changed, 236 insertions(+), 238 deletions(-) diff --git a/src/api/base/server.ts b/src/api/base/server.ts index 370fc5c..4bb95bd 100644 --- a/src/api/base/server.ts +++ b/src/api/base/server.ts @@ -75,3 +75,31 @@ export const xsKsccApi = async (params: any) => { export const xsKscjApi = async (params: any) => { return await get("/mobile/jz/kscj", params); }; + + +/** + * 家长抢课 + */ +export const jzXkQkjApi = async (params: any) => { + return await post("/mobile/jz/xk/qk", params); +}; +/** + * 家长发起缴费 + */ +export const jzXkFqJfjApi = async (params: any) => { + return await post("/mobile/jz/xk/fqjf", params); +}; + +/** + * 家长退课 + */ +export const jzXkTkjApi = async (params: any) => { + return await post("/mobile/jz/xk/tk", params); +}; + +/** + * 家长缴费查询 + */ +export const jzXkJfCxjApi = async (params: any) => { + return await post("/mobile/jz/xk/jfcx", params); +}; diff --git a/src/pages/base/class-schedule/index.vue b/src/pages/base/class-schedule/index.vue index 028a80b..7643844 100644 --- a/src/pages/base/class-schedule/index.vue +++ b/src/pages/base/class-schedule/index.vue @@ -6,23 +6,15 @@ - + {{ day.zjmc }} {{ day.rqmc }} - + - + {{ sj.mc }} {{ sj.kssj }}-{{ sj.jssj }} @@ -30,11 +22,8 @@