优化代码
This commit is contained in:
@@ -172,10 +172,10 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
hasFamily() {
|
||||
if (!this.$store || !this.$store.getters) {
|
||||
if (!this.$store || !this.$store.state) {
|
||||
return false
|
||||
}
|
||||
return this.$store.getters.hasFamily || false
|
||||
return this.$store.state.family.familyId ? true :false
|
||||
},
|
||||
userName() {
|
||||
if (!this.$store || !this.$store.state || !this.$store.state.user || !this.$store.state.user.userInfo) {
|
||||
|
||||
Reference in New Issue
Block a user