1、登录弹框按钮的样式

2、签到的连续签到天数获取逻辑
3、招租详情的底部按钮高度
This commit is contained in:
wangzimeng 2025-08-07 09:25:10 +08:00
parent ea502ab219
commit 83da503279
3 changed files with 13 additions and 10 deletions

View File

@ -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;

View File

@ -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;

View File

@ -173,7 +173,7 @@
<button class="texbut" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
<!-- <image style="width: 100%;height: 136rpx;" src="https://jiangxiaoxian.0rui.cn/loginBtn.png"></image> -->
授权登录
<!-- 授权登录 -->
</button>
</view>
</su-popup>
@ -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;