个人中心装修图片问题

This commit is contained in:
Jason 2022-09-13 11:07:24 +08:00
parent 5ecd0ef668
commit 943a96ade6
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import { useAppStore } from './stores/app'
import { useUserStore } from './stores/user'
const { getConfig } = useAppStore()
const { getUser } = useUserStore()
console.log(useUserStore())
onLaunch(() => {
getConfig()
getUser()

View File

@ -24,7 +24,7 @@
class="flex items-center border-light border-solid border-0 border-b h-[100rpx] px-[24rpx]"
@click="handleClick(item.link)"
>
<u-image width="48" height="48" :src="item.image" alt="" />
<u-image width="48" height="48" :src="getImageUrl(item.image)" alt="" />
<div class="ml-[20rpx] flex-1">{{ item.name }}</div>
<div class="text-muted">
<u-icon name="arrow-right" />