We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c5362 commit 3c9ce40Copy full SHA for 3c9ce40
src/components/problem/content.vue
@@ -87,8 +87,8 @@ export default {
87
isWider: false,
88
enable: true,
89
hidden: false,
90
- time: 'Unknown',
91
- memery: 'Unknown',
+ time: '-',
+ memery: '-',
92
timeAdd: 'Unknown',
93
problemLoading: true
94
};
src/components/user/content.vue
@@ -82,16 +82,16 @@ export default {
82
name: 'UserHomepage',
83
data() {
84
return {
85
- username: '-',
+ username: 'Unknown',
86
userid: '-',
- email: '-',
+ email: 'Unknown',
introduction: null,
solved: '-',
submit: '-',
rate: 100,
ismine: false,
- timeJoin: null,
- lastLogin: null,
+ timeJoin: 'Unknown',
+ lastLogin: 'Unknown',
95
userLoading: true
96
97
},
0 commit comments