Browse Source

Update index.tsx

lex 2 năm trước cách đây
mục cha
commit
e5effbf544
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/student/member-center/index.tsx

+ 1 - 1
src/student/member-center/index.tsx

@@ -31,7 +31,7 @@ export default defineComponent({
   },
   computed: {
     userInfo() {
-      const users = this.users
+      const users: any = this.users
 
       return {
         username: users?.nickname || '',