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;