From ec93571fd03afe396a88035d690378ffe7ef4c1c Mon Sep 17 00:00:00 2001 From: lipenggao Date: Fri, 12 Jul 2024 14:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/customerService/customerService.ts | 5 ++- .../customerService/customerService.ttml | 3 +- pages/pay/pay.json | 4 ++- pages/pay/pay.ts | 5 +-- pages/pay/pay.ttml | 15 ++++++++ pages/pay/pay.ttss | 16 +++++++++ pages/videoDetail/videoDetail.ts | 12 +++++-- pages/videoDetail/videoDetail.ttml | 36 ++++++++++--------- pages/videoDetail/videoDetail.ttss | 16 ++++++++- 9 files changed, 88 insertions(+), 24 deletions(-) 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 @@ -