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) {