注册资料
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
"@itcast/basic@../../commons/basic": "@itcast/basic@../../commons/basic",
|
||||
"@ohos/crypto-js@2.0.3": "@ohos/crypto-js@2.0.4",
|
||||
"@ohos/crypto-js@^2.0.2": "@ohos/crypto-js@2.0.4",
|
||||
"@ohos/crypto-js@^2.0.4": "@ohos/crypto-js@2.0.4",
|
||||
"@ohos/httpclient@2.0.2": "@ohos/httpclient@2.0.2",
|
||||
"@polyvharmony/httpdns-api@1.0.2": "@polyvharmony/httpdns-api@1.0.2",
|
||||
"@polyvharmony/httpdns-impl-ali@1.0.2": "@polyvharmony/httpdns-impl-ali@1.0.2",
|
||||
@@ -28,8 +27,7 @@
|
||||
"mypage@../../features/mypage": "mypage@../../features/mypage",
|
||||
"pako@^2.1.0": "pako@2.1.0",
|
||||
"register@../../features/register": "register@../../features/register",
|
||||
"scene_single_video@../../scene_single_video": "scene_single_video@../../scene_single_video",
|
||||
"utils@../../commons/utils": "utils@../../commons/utils"
|
||||
"scene_single_video@../../scene_single_video": "scene_single_video@../../scene_single_video"
|
||||
},
|
||||
"packages": {
|
||||
"@aliyun/error@1.0.2": {
|
||||
@@ -234,7 +232,8 @@
|
||||
"resolved": "../../features/register",
|
||||
"registryType": "local",
|
||||
"dependencies": {
|
||||
"@itcast/basic": "file:../../commons/basic"
|
||||
"@itcast/basic": "file:../../commons/basic",
|
||||
"mypage": "file:../../features/mypage"
|
||||
}
|
||||
},
|
||||
"scene_single_video@../../scene_single_video": {
|
||||
@@ -246,15 +245,6 @@
|
||||
"media-player-common": "file:../polyv",
|
||||
"@polyvharmony/media-player-sdk": "2.5.0"
|
||||
}
|
||||
},
|
||||
"utils@../../commons/utils": {
|
||||
"name": "utils",
|
||||
"version": "1.0.0",
|
||||
"resolved": "../../commons/utils",
|
||||
"registryType": "local",
|
||||
"dependencies": {
|
||||
"@ohos/crypto-js": "^2.0.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,6 @@
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
"@itcast/basic": "file:../../commons/basic",
|
||||
"utils": "file:../../commons/utils",
|
||||
"mypage":"file:../../features/mypage",
|
||||
"home": 'file:../../features/Home',
|
||||
"register": 'file:../../features/register',
|
||||
|
||||
@@ -1,11 +1,16 @@
|
||||
import { LoginSetInfo } from 'register'
|
||||
import { LoginSetInfo,PerfectUserDataComp } from 'register'
|
||||
import { HdNav } from '@itcast/basic'
|
||||
|
||||
@Entry
|
||||
@Component
|
||||
struct LoginSetInfoPage {
|
||||
@Prop loginInputPhone:string;
|
||||
|
||||
build() {
|
||||
Column() {
|
||||
LoginSetInfo()
|
||||
// LoginSetInfo()
|
||||
HdNav({ title: '完善个人资料', showRightIcon: false, showLeftIcon: true,showRightText:true,rightText:'保存' })
|
||||
PerfectUserDataComp({loginPhone:this.loginInputPhone});
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
import { SelectedHospitalComp } from 'register'
|
||||
import { HdNav } from '@itcast/basic'
|
||||
|
||||
@Entry
|
||||
@Component
|
||||
struct SelectedHospitalPage {
|
||||
build() {
|
||||
Column(){
|
||||
HdNav({ title: '选择医院', showRightIcon: false, showLeftIcon: true,showRightText:false})
|
||||
SelectedHospitalComp();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,7 @@
|
||||
"pages/Home",
|
||||
"pages/LoginPage/LoginPage",
|
||||
"pages/LoginPage/LoginSetInfoPage",
|
||||
"pages/LoginPage/SelectedHospitalPage",
|
||||
"pages/MinePage/MyPage",
|
||||
"pages/VideoPage/ScienceVideoPage",
|
||||
"pages/MinePage/SettingPage",
|
||||
|
||||
Reference in New Issue
Block a user