This commit is contained in:
2025-06-27 09:04:06 +08:00
parent cfff1b4062
commit 24501eba9d

View File

@@ -67,7 +67,8 @@ onMounted(() => {
<x-nav :show-back="false"></x-nav> <x-nav :show-back="false"></x-nav>
<view class="!w-full !h-[484rpx] overflow-hidden relative"> <view class="!w-full !h-[484rpx] overflow-hidden relative">
<image class="!w-[1200rpx] !h-[480rpx] !absolute left-[-200rpx]" :src="user_BG" mode="aspectFill"></image> <image class="!w-[1200rpx] !h-[480rpx] !absolute left-[-200rpx]" :src="UserStore.userInfo?.avatar"
mode="aspectFill"></image>
<view class="!w-full relative z-10 p-[20rpx] !flex gap-[34rpx] justify-between"> <view class="!w-full relative z-10 p-[20rpx] !flex gap-[34rpx] justify-between">
<image class="!size-[132rpx]" :src="Avatar" mode="aspectFill"></image> <image class="!size-[132rpx]" :src="Avatar" mode="aspectFill"></image>