代码提交
This commit is contained in:
@ -1,11 +1,6 @@
|
||||
<template>
|
||||
<layout>
|
||||
<uv-navbar
|
||||
:fixed="false"
|
||||
title="账号设置"
|
||||
left-arrow
|
||||
@leftClick="goBack"
|
||||
/>
|
||||
<Header>账号设置</Header>
|
||||
<view v-if="user">
|
||||
<view class="y-list">
|
||||
<uv-upload
|
||||
@ -146,7 +141,7 @@ import { ref } from 'vue'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import { storeToRefs } from 'pinia'
|
||||
import { objectURLToBlob } from '@/utils'
|
||||
|
||||
import Header from "@/components/Header/index.vue"
|
||||
import { useMainStore } from '@/store/store'
|
||||
import { updateAvatar, updateNickname } from '@/api/user'
|
||||
import { useGlobalProperties } from "@/hooks";
|
||||
|
||||
Reference in New Issue
Block a user