This commit is contained in:
王创世 2025-06-14 16:09:44 +08:00
parent 61e3fe0ae8
commit 2c854828b0

View File

@ -49,8 +49,9 @@
</view>
<view class="right">
<view>
<text v-if="bankInfo.withdrawal == null" style="color: #9C9C9C;">未认证</text>
<text v-if="bankInfo.withdrawal != null">已认证</text>
<text v-if="bankInfo.withdrawal == null"
style="color: #9C9C9C;font-size: 26rpx;">未认证</text>
<text v-if="bankInfo.withdrawal != null" style="font-size: 26rpx;">已认证</text>
</view>
<view><u-icon name="arrow-right"></u-icon></view>
</view>
@ -61,8 +62,8 @@
</view>
<view class="right">
<view>
<text v-if="sfInfo.status == -1" style="color: #9C9C9C;">未认证</text>
<text v-if="sfInfo.status == 1">已认证</text>
<text v-if="sfInfo.status == -1" style="color: #9C9C9C;font-size: 26rpx;">未认证</text>
<text v-if="sfInfo.status == 1" style="font-size: 26rpx;">已认证</text>
</view>
<view><u-icon name="arrow-right"></u-icon></view>
</view>
@ -575,6 +576,10 @@
</script>
<style lang="scss">
.left {
font-weight: 600;
}
.content {
.backImg {
position: fixed;
@ -596,7 +601,6 @@
background: #fff;
border-radius: 30rpx;
box-sizing: border-box;
padding: 0rpx 30rpx 30rpx 30rpx;
.list {
.list-item {
@ -635,8 +639,6 @@
width: 100%;
height: 166rpx;
background: #FFFFFF;
box-shadow: 0rpx -2rpx 4rpx 0rpx rgba(186, 189, 199, 0.2);
}
.avatar_choose {