From 83da503279bc2f1eec0ef5eed0bea55f57977d9f Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Thu, 7 Aug 2025 09:25:10 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E7=99=BB=E5=BD=95=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=9A=84=E6=A0=B7=E5=BC=8F=202=E3=80=81?= =?UTF-8?q?=E7=AD=BE=E5=88=B0=E7=9A=84=E8=BF=9E=E7=BB=AD=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=E5=A4=A9=E6=95=B0=E8=8E=B7=E5=8F=96=E9=80=BB=E8=BE=91=203?= =?UTF-8?q?=E3=80=81=E6=8B=9B=E7=A7=9F=E8=AF=A6=E6=83=85=E7=9A=84=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E6=8C=89=E9=92=AE=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/app/sign.vue | 9 +++++---- pages/canteenRent/rentDetail.vue | 6 +++--- pages/index/user.vue | 8 +++++--- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/pages/app/sign.vue b/pages/app/sign.vue index 5831640..3506e39 100644 --- a/pages/app/sign.vue +++ b/pages/app/sign.vue @@ -293,18 +293,19 @@ if (code === 1) { state.showModel = true; state.signin = data; - // getData(); + getData(); } } function onShowRetroactive(e) { state.showRetroactive = true; state.date = e; + getData();//补签的暂不确定所以先于签到的逻辑保持一致 } //签到确认刷新页面 function onConfirm() { state.showModel = false; - getData(); + // getData(); } //补签 async function onRetroactive() { @@ -316,7 +317,7 @@ }); if (code === 1) { state.showRetroactive = false; - getData(); + // getData(); } } @@ -691,7 +692,7 @@ .confirm-btn { width: 220rpx; height: 70rpx; - background: linear-gradient(90deg, #ff6000, #fe832a); + background: linear-gradient(to tight, #FCCA58, #FFBD25); box-shadow: 0 0.2em 0.5em rgba(#ff6000, 0.4); border-radius: 35rpx; font-size: 28rpx; diff --git a/pages/canteenRent/rentDetail.vue b/pages/canteenRent/rentDetail.vue index aa683d5..434b4f5 100644 --- a/pages/canteenRent/rentDetail.vue +++ b/pages/canteenRent/rentDetail.vue @@ -573,7 +573,7 @@ .footer-box { width: 100%; - height: 120rpx; + height: 140rpx; padding-bottom: 0rpx; box-sizing: border-box; position: fixed; @@ -587,7 +587,7 @@ .icon-box { width: 50%; - height: 98rpx; + height: 110rpx; display: flex; justify-content: space-around; align-items: center; @@ -598,7 +598,7 @@ background-color: #fcc74e; color: #333333; width: 50%; - height: 98rpx; + height: 110rpx; display: flex; align-items: center; justify-content: center; diff --git a/pages/index/user.vue b/pages/index/user.vue index c847230..3edbd05 100644 --- a/pages/index/user.vue +++ b/pages/index/user.vue @@ -173,7 +173,7 @@ @@ -693,9 +693,11 @@ .texbut { width: 507rpx; - height: 120rpx; + height: 90rpx; border-radius: 16rpx; - background: #ffbd25; + // background: #ffbd25; + background-image: url('https://jiangxiaoxian.0rui.cn/loginBtn.png'); + background-size: 100%; font-size: 34rpx; color: #3d3d3d; font-weight: bold;