diff --git a/.env.ip b/.env.ip index 93481d6..22cd3e5 100644 --- a/.env.ip +++ b/.env.ip @@ -1,7 +1,7 @@ MP_API_BASE_URL=http://192.168.60.2:8080 MP_IMAGE_URL=https://patient.youcan365.com MP_CACHE_PREFIX=development -MP_WX_APP_ID=wx93af55767423938e +MP_WX_APP_ID=wx1d8337a40c11d66c MP_CORP_ID=wwe3fb2faa52cf9dfb MP_TIM_SDK_APP_ID=1600123876 MP_INVITE_TEAMMATE_QRCODE=https://patient.youcan365.com/invite-teammate diff --git a/baseData/index.js b/baseData/index.js index 9d252b0..eb40923 100644 --- a/baseData/index.js +++ b/baseData/index.js @@ -37,3 +37,6 @@ export const statusClassNames = { cancelled: "text-gray", expired: "text-gray", } + + +export const titleList = ['主任医师', '副主任医师', '主治医师', '住院医师', '护士长', '主管护师', '护师', '护士', '技师', '其他'] \ No newline at end of file diff --git a/pages/home/components/cert-popup.vue b/pages/home/components/cert-popup.vue index 59632b6..8deb31c 100644 --- a/pages/home/components/cert-popup.vue +++ b/pages/home/components/cert-popup.vue @@ -93,6 +93,9 @@ function confirm() { } function toService() { + uni.navigateTo({ + url: '/pages/work/service/contact-service' + }) close() } diff --git a/pages/login/login.vue b/pages/login/login.vue index 6cd4ed2..087be87 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -63,7 +63,7 @@ function remind() { function toHome() { uni.switchTab({ - url: "/pages/work/work", + url: "/pages/home/work-home", }); } diff --git a/pages/login/redirect-page.vue b/pages/login/redirect-page.vue index 37359bb..cbe9bd4 100644 --- a/pages/login/redirect-page.vue +++ b/pages/login/redirect-page.vue @@ -39,7 +39,7 @@ async function toJoinTeam(teamId) { if (res && res.success) { await toast('加入团队成功'); return uni.switchTab({ - url: '/pages/work/work' + url: '/pages/home/work-home' }) } else { await toast(res?.message || '加入团队失败') diff --git a/pages/work/profile.vue b/pages/work/profile.vue index 3124fa1..7eaf18b 100644 --- a/pages/work/profile.vue +++ b/pages/work/profile.vue @@ -2,97 +2,53 @@ - + - - - + + + - - + + - - - {{ jobStr }} - - - + + + + {{ jobStr }} + + + - - - - - + + + + {{ formData.jobName }} + + + - - + @@ -100,6 +56,7 @@