BUG 31015

This commit is contained in:
aixianling
2022-09-07 14:18:30 +08:00
parent ce10d0c72e
commit 4449e266ae
2 changed files with 4 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ export default {
computed: {
...mapState(['user']),
isGridMember: v => v.user.girdCheckType > 0,
signIn: v => v.user.gridExtra.isSign == 1,
signIn: v => v.user.gridExtra?.isSign == 1,
signBtn: v => v.signIn ? '已签到' : '签到'
},
data() {