From f1369caf3aac70fec72c1a03b6b05490fe5eb99e Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Thu, 24 Oct 2024 11:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JeepayBackground/JeepayBackground.vue | 15 +- pageLineUp/index.vue | 2 +- pages/index/components/my-date-pickerview.vue | 448 ++++++++++++++++++ pages/index/components/statistics.vue | 214 +++++++++ pages/index/index.vue | 245 ++++++---- 5 files changed, 817 insertions(+), 107 deletions(-) create mode 100644 pages/index/components/my-date-pickerview.vue create mode 100644 pages/index/components/statistics.vue diff --git a/components/JeepayBackground/JeepayBackground.vue b/components/JeepayBackground/JeepayBackground.vue index 5854673..b822b59 100644 --- a/components/JeepayBackground/JeepayBackground.vue +++ b/components/JeepayBackground/JeepayBackground.vue @@ -32,7 +32,9 @@ - + + + @@ -93,7 +95,7 @@ onMounted(() => { right: 0, height: '550rpx', borderRadius: '0 0 32rpx 32rpx', - background: 'linear-gradient(270deg, rgba(72, 192, 255, 1) 0%, rgba(51, 157, 255, 1) 100%)', + // background: 'linear-gradient(270deg, rgba(72, 192, 255, 1) 0%, rgba(51, 157, 255, 1) 100%)', } vdata.bgColorStyle = Object.assign(defStyle, props.bgColorStyle) } @@ -104,4 +106,13 @@ onMounted(() => { position: relative; z-index: 10; } +.bgbottomStyle{ + position: absolute; + bottom: -2rpx; + left: 0; + + width: 750rpx; + height: 74rpx; + background: linear-gradient( 180deg, rgba(195,215,235,0) 0%, #F9F9F9 100%); +} diff --git a/pageLineUp/index.vue b/pageLineUp/index.vue index 0d6b917..d8921eb 100644 --- a/pageLineUp/index.vue +++ b/pageLineUp/index.vue @@ -170,7 +170,7 @@ // value=2完成 callTableput({ shopId: uni.getStorageSync('shopId'), - state: 1, + state: 2, callQueueId: datas.dialId }).then((res) => { getList() diff --git a/pages/index/components/my-date-pickerview.vue b/pages/index/components/my-date-pickerview.vue new file mode 100644 index 0000000..df67817 --- /dev/null +++ b/pages/index/components/my-date-pickerview.vue @@ -0,0 +1,448 @@ + + + + + \ No newline at end of file diff --git a/pages/index/components/statistics.vue b/pages/index/components/statistics.vue new file mode 100644 index 0000000..89414d2 --- /dev/null +++ b/pages/index/components/statistics.vue @@ -0,0 +1,214 @@ + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index dde1183..bda58f3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,18 +2,22 @@ - \ No newline at end of file + \ No newline at end of file