移出冗余代码

This commit is contained in:
唐明明
2022-01-14 14:47:41 +08:00
parent fe85f859bc
commit bb729dde11
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@@ -136,7 +136,6 @@
getInfo(){ getInfo(){
if(this.$store.state.token === '') return if(this.$store.state.token === '') return
info().then(res => { info().then(res => {
console.log(res)
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: res.nickname title: res.nickname
}) })