Compare commits

...
3 Commits
Author SHA1 Message Date
xiaoxiao f2868c2de3 注册资料 2025-05-20 15:00:32 +08:00
xiaoxiao 86f95a4732 注册资料 2025-05-20 14:55:25 +08:00
xiaoxiao 09a6f13e1d 注册资料 2025-05-20 14:23:03 +08:00
7 changed files with 2 additions and 4 deletions
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

-2
View File
@@ -7,7 +7,5 @@
"license": "Apache-2.0",
"dependencies": {
"@itcast/basic": "file:../../commons/basic",
"mypage": "file:../../features/mypage"
}
}
@@ -1,6 +1,6 @@
import { BasicConstant,ExpertData, authStore,perfactAuth } from '@itcast/basic'
import { promptAction, router } from '@kit.ArkUI'
import { EditUserDataItem } from 'mypage/src/main/ets/view/EditUserDataItem'
import { EditUserDataItem } from '@itcast/basic/src/main/ets/Views/EditUserDataItem'
import { PerfactInputSheet } from '@itcast/basic/src/main/ets/Views/PerfactInputSheet'
import { PhotoActionSheet } from '@itcast/basic/src/main/ets/Views/PhotoActionSheet'
import { SexSelectedSheet } from '@itcast/basic/src/main/ets/Views/SexSelectedSheet'