添加排位相框

This commit is contained in:
kron
2025-07-07 01:12:49 +08:00
parent 0f4092fd6e
commit b7d87f0ae2
3 changed files with 16 additions and 5 deletions

View File

@@ -51,9 +51,9 @@ watch(
<template>
<view class="container" :style="{ width: containerWidth }">
<block v-if="user.id"
><Avatar
:frame="true"
<block v-if="user.id">
<Avatar
:frameSrc="user.lvlImage"
:src="user.avatar"
:onClick="toUserPage"
:size="42"