optimize user setting view

pull/151/head
ROC 3 years ago
parent 50c344cc02
commit 93308666a1

@ -37,33 +37,6 @@
</n-card> </n-card>
<n-card class="copyright-wrap" embedded :bordered="false" size="small"> <n-card class="copyright-wrap" embedded :bordered="false" size="small">
<div class="copyright">&copy; 2022 PaoPao.Info</div> <div class="copyright">&copy; 2022 PaoPao.Info</div>
<div class="copyright">
<a
href="https://beian.miit.gov.cn/"
target="_blank"
rel="noopener noreferrer"
class="beian-link"
>
ICP2020036525-5
</a>
</div>
<div>
<n-space>
<a
href="https://www.rocs.me"
target="_blank"
class="hash-link"
>Roc's Me</a
>
<a
href="https://www.rocboss.com"
target="_blank"
class="hash-link"
>
ROCBOSS
</a>
</n-space>
</div>
</n-card> </n-card>
</div> </div>
</template> </template>

@ -48,7 +48,12 @@
round round
type="success" type="success"
size="small" size="small"
v-if="!showNicknameEdit" v-if="
!showNicknameEdit &&
store.state.userInfo.phone &&
store.state.userInfo.phone.length > 0 &&
store.state.userInfo.status == 1
"
@click="handleNicknameShow" @click="handleNicknameShow"
> >
<template #icon> <template #icon>
@ -78,7 +83,7 @@
quaternary quaternary
round round
type="success" type="success"
v-if="!showPhoneBind" v-if="!showPhoneBind && store.state.userInfo.status == 1"
@click="showPhoneBind = true" @click="showPhoneBind = true"
> >

Loading…
Cancel
Save