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