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) { if (code === 1) {
state.showModel = true; state.showModel = true;
state.signin = data; state.signin = data;
// getData(); getData();
} }
} }
function onShowRetroactive(e) { function onShowRetroactive(e) {
state.showRetroactive = true; state.showRetroactive = true;
state.date = e; state.date = e;
getData();//
} }
// //
function onConfirm() { function onConfirm() {
state.showModel = false; state.showModel = false;
getData(); // getData();
} }
// //
async function onRetroactive() { async function onRetroactive() {
@ -316,7 +317,7 @@
}); });
if (code === 1) { if (code === 1) {
state.showRetroactive = false; state.showRetroactive = false;
getData(); // getData();
} }
} }
@ -691,7 +692,7 @@
.confirm-btn { .confirm-btn {
width: 220rpx; width: 220rpx;
height: 70rpx; 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); box-shadow: 0 0.2em 0.5em rgba(#ff6000, 0.4);
border-radius: 35rpx; border-radius: 35rpx;
font-size: 28rpx; font-size: 28rpx;

View File

@ -573,7 +573,7 @@
.footer-box { .footer-box {
width: 100%; width: 100%;
height: 120rpx; height: 140rpx;
padding-bottom: 0rpx; padding-bottom: 0rpx;
box-sizing: border-box; box-sizing: border-box;
position: fixed; position: fixed;
@ -587,7 +587,7 @@
.icon-box { .icon-box {
width: 50%; width: 50%;
height: 98rpx; height: 110rpx;
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
align-items: center; align-items: center;
@ -598,7 +598,7 @@
background-color: #fcc74e; background-color: #fcc74e;
color: #333333; color: #333333;
width: 50%; width: 50%;
height: 98rpx; height: 110rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -173,7 +173,7 @@
<button class="texbut" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber"> <button class="texbut" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
<!-- <image style="width: 100%;height: 136rpx;" src="https://jiangxiaoxian.0rui.cn/loginBtn.png"></image> --> <!-- <image style="width: 100%;height: 136rpx;" src="https://jiangxiaoxian.0rui.cn/loginBtn.png"></image> -->
授权登录 <!-- 授权登录 -->
</button> </button>
</view> </view>
</su-popup> </su-popup>
@ -693,9 +693,11 @@
.texbut { .texbut {
width: 507rpx; width: 507rpx;
height: 120rpx; height: 90rpx;
border-radius: 16rpx; border-radius: 16rpx;
background: #ffbd25; // background: #ffbd25;
background-image: url('https://jiangxiaoxian.0rui.cn/loginBtn.png');
background-size: 100%;
font-size: 34rpx; font-size: 34rpx;
color: #3d3d3d; color: #3d3d3d;
font-weight: bold; font-weight: bold;