diff --git a/src/api/clue/index.ts b/src/api/clue/index.ts index 9e64080..c928cfc 100644 --- a/src/api/clue/index.ts +++ b/src/api/clue/index.ts @@ -136,3 +136,5 @@ export const editCustomerInfo = (params: any) => defHttp.post({ url: '/dating-cl export const getDemandInfo = (params: any) => defHttp.get({ url: '/dating-clue-service/user/get/dating-store-customer-demand/detail', params}) export const editDemandInfo = (params: any) => defHttp.post({ url: '/dating-clue-service/user/edit/dating-store-customer-demand', params }) + +export const getClueContractList = (params: any) => defHttp.get({ url: '/dating-clue-service/user/list/contract/by-dating-clue', params}) \ No newline at end of file diff --git a/src/views/components/Timeline.vue b/src/views/components/Timeline.vue index e2927a1..1b3c75a 100644 --- a/src/views/components/Timeline.vue +++ b/src/views/components/Timeline.vue @@ -1,39 +1,39 @@