Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-08-27 17:43:45 | 2 | * @Date: 2025-08-27 17:43:45 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-09-26 17:27:40 | 4 | + * @LastEditTime: 2025-09-27 16:09:23 |
| 5 | * @FilePath: /lls_program/src/pages/Welcome/index.vue | 5 | * @FilePath: /lls_program/src/pages/Welcome/index.vue |
| 6 | * @Description: 欢迎页 | 6 | * @Description: 欢迎页 |
| 7 | --> | 7 | --> |
| ... | @@ -204,7 +204,7 @@ useDidShow(async () => { | ... | @@ -204,7 +204,7 @@ useDidShow(async () => { |
| 204 | userInfo.value = data?.user?.nickname ? data.user : { | 204 | userInfo.value = data?.user?.nickname ? data.user : { |
| 205 | avatar_url: null, | 205 | avatar_url: null, |
| 206 | nickname: null, | 206 | nickname: null, |
| 207 | - birthday: null, | 207 | + birth_date: null, |
| 208 | wheelchair: null, | 208 | wheelchair: null, |
| 209 | wheelchair_text: null, | 209 | wheelchair_text: null, |
| 210 | phone: null, | 210 | phone: null, | ... | ... |
-
Please register or login to post a comment