Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-12-30 16:14:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
87d345594d24a5c60256c47cd678d694a97e7290
87d34559
1 parent
59d810f8
fix(profile): 将事件时间字段从event_time改为created_time
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/profile/pointsPage.vue
src/views/profile/pointsPage.vue
View file @
87d3455
...
...
@@ -82,7 +82,7 @@
</div>
<div class="flex justify-between items-center">
<div class="flex flex-col">
<span class="text-gray-400 text-xs mb-1">{{ item.
event
_time }}</span>
<span class="text-gray-400 text-xs mb-1">{{ item.
created
_time }}</span>
<span class="text-gray-400 text-xs">{{ item.event_type_desc }}</span>
</div>
<div class="text-lg font-bold"
...
...
Please
register
or
login
to post a comment