个人中心装修图片问题
This commit is contained in:
parent
5ecd0ef668
commit
943a96ade6
|
|
@ -4,7 +4,6 @@ import { useAppStore } from './stores/app'
|
||||||
import { useUserStore } from './stores/user'
|
import { useUserStore } from './stores/user'
|
||||||
const { getConfig } = useAppStore()
|
const { getConfig } = useAppStore()
|
||||||
const { getUser } = useUserStore()
|
const { getUser } = useUserStore()
|
||||||
console.log(useUserStore())
|
|
||||||
onLaunch(() => {
|
onLaunch(() => {
|
||||||
getConfig()
|
getConfig()
|
||||||
getUser()
|
getUser()
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
class="flex items-center border-light border-solid border-0 border-b h-[100rpx] px-[24rpx]"
|
class="flex items-center border-light border-solid border-0 border-b h-[100rpx] px-[24rpx]"
|
||||||
@click="handleClick(item.link)"
|
@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="ml-[20rpx] flex-1">{{ item.name }}</div>
|
||||||
<div class="text-muted">
|
<div class="text-muted">
|
||||||
<u-icon name="arrow-right" />
|
<u-icon name="arrow-right" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue