diff --git a/src/api/workshop.ts b/src/api/workshop.ts index 171f5f4..aa88cb9 100644 --- a/src/api/workshop.ts +++ b/src/api/workshop.ts @@ -146,8 +146,7 @@ export function getTryOnEffectStyleList(styleId: string | number) { // 选择顾客 interface CustomerInfo { - name: string - email?: string + vipId: string } export const customerCheckin = (data: CustomerInfo) => { return request({ diff --git a/src/views/stylist/customer.vue b/src/views/stylist/customer.vue index f13d034..8da7be8 100644 --- a/src/views/stylist/customer.vue +++ b/src/views/stylist/customer.vue @@ -27,7 +27,7 @@