From 62a531ca844ef1b51684fb2b01976bca64e94b48 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 3 Jun 2025 10:24:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/components/my-date-pickerview.vue | 2 +- pages/index/components/statistics.vue | 1 - pages/index/index.vue | 16 ++++++++++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/pages/index/components/my-date-pickerview.vue b/pages/index/components/my-date-pickerview.vue index 288b21d..1e8085d 100644 --- a/pages/index/components/my-date-pickerview.vue +++ b/pages/index/components/my-date-pickerview.vue @@ -415,7 +415,7 @@ bottom: 0; top: 0; background-color: rgba(0, 0, 0, .7); - + z-index: 100; .box { position: absolute; background-color: #fff; diff --git a/pages/index/components/statistics.vue b/pages/index/components/statistics.vue index 863abcb..83ff264 100644 --- a/pages/index/components/statistics.vue +++ b/pages/index/components/statistics.vue @@ -405,7 +405,6 @@ position: absolute; border-top: 0.5rpx solid #629FFA; border-left: 0.5rpx solid #629FFA; - z-index: 1; left: 30rpx; top: 6rpx; transform: rotate(45deg); diff --git a/pages/index/index.vue b/pages/index/index.vue index 4ed21a8..bd1371a 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -17,13 +17,13 @@ --> - + {{shopInfo.shopName}} - + 切换店铺 @@ -127,7 +127,14 @@ function toSetting() { go.to('PAGES_SHOP_SETUP'); } - + //切换店铺 + function changeShop(){ + uni.showToast({ + title:'待开放,敬请期待!', + icon:'none' + }) + return + } // 点击事件 async function clickFunc(nav) { if (nav.pageUrl == "PAGES_SALES_SUMMARY") { @@ -391,6 +398,7 @@ } .income { + padding: 30rpx; /* #ifdef H5 */ padding-top: calc(84rpx); /* #endif */ @@ -407,7 +415,7 @@ >view:nth-child(1) { font-weight: 400; font-size: 28rpx; - margin-top: 84rpx; + // margin-top: 84rpx; } >view:nth-child(2) {