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 @@