积分问题修复

This commit is contained in:
2025-09-30 17:42:28 +08:00
parent 31e386bd3c
commit b2cb18b114
7 changed files with 141 additions and 135 deletions

View File

@@ -47,8 +47,8 @@
</view>
<view class="flex-colum">
<view class="Box_bottom" :class="(form.checkCode!=''&&form.password!=''&&form.payPassword!='')?'active':''"
@click="userInfosavePayPassword">确定</view>
<view class="Box_bottom active"
@click="userInfosavePayPassword">重置密码</view>
</view>
</view>
</template>
@@ -271,14 +271,14 @@
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #5082fd;
z-index: 1;
z-index: 100;
.yzm {
padding: 8rpx 20rpx;
background: #E5E5E5;
background: #FFD158;
border-radius: 24rpx;
font-weight: 500;
font-size: 24rpx;
color: #333333;
color: #5F2E0F;
}
}
}
@@ -303,18 +303,15 @@
width: 100%;
height: 96rpx;
line-height: 96rpx;
background-color: #999;
background-color: #FFD158;
border-radius: 48rpx;
font-size: 32rpx;
font-size: 36rpx;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #ffffff;
font-weight: 500;
color: #333;
text-align: center;
}
.Box_bottom.active {
background-color: #E3AD7F;
}
}
.getPhone {