diff --git a/components/customerService/customerService.ts b/components/customerService/customerService.ts index dc702bd..2a8bce3 100644 --- a/components/customerService/customerService.ts +++ b/components/customerService/customerService.ts @@ -5,7 +5,10 @@ Component({ userInfo: {} }, properties: { - + bottom: { + type: Number, + value: 100 + } }, attached() { httpRequest('/user', 'POST').then((res: any) => { diff --git a/components/customerService/customerService.ttml b/components/customerService/customerService.ttml index 7d42fef..512feae 100644 --- a/components/customerService/customerService.ttml +++ b/components/customerService/customerService.ttml @@ -1,4 +1,5 @@ -