This commit is contained in:
952108534@qq.com 2022-01-27 15:38:28 +08:00
parent 83358b4e5b
commit 4a2be0272c
3 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@
<li class="rc-list__item">
<a class="rc-list__link rc-icon ts-login--xs rc-iconography--xs" role="menuitem" @click="turnlogin">
个人中心
<em class="rc-screen-reader" v-if="loginornot"></em>
<em class="rc-screen-reader" v-show="loginornot"></em>
</a>
</li>
<li class="rc-list__item">
@ -353,7 +353,7 @@ export default {
data() {
return {
headerScroll:false,
loginornot:true,//
loginornot:false,//
usermessage:null,//
};
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 KiB