Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
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-09-27 16:13:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9b22c600eaa25ad03b4bd1447d24e7442892823c
9b22c600
1 parent
58f9af3f
fix: 将birthday字段重命名为birth_date以保持一致性
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/Welcome/index.vue
src/pages/Welcome/index.vue
View file @
9b22c60
<!--
* @Date: 2025-08-27 17:43:45
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-2
6 17:27:40
* @LastEditTime: 2025-09-2
7 16:09:23
* @FilePath: /lls_program/src/pages/Welcome/index.vue
* @Description: 欢迎页
-->
...
...
@@ -204,7 +204,7 @@ useDidShow(async () => {
userInfo.value = data?.user?.nickname ? data.user : {
avatar_url: null,
nickname: null,
birth
day
: null,
birth
_date
: null,
wheelchair: null,
wheelchair_text: null,
phone: null,
...
...
Please
register
or
login
to post a comment