Merge branch 'dev-wdb' of http://175.27.226.205:3000/huxuejian/ykt-wxapp into dev-wdb
This commit is contained in:
commit
7f94fd2ee0
@ -1,15 +1,4 @@
|
||||
<template>
|
||||
<!-- <view v-if="team" class="pt-lg px-15 flex flex-col items-center text-center">
|
||||
<group-avatar :avatarList="team.avatars" />
|
||||
<view class="mt-15 text-base font-semibold text-dark">{{
|
||||
team.teamName
|
||||
}}</view>
|
||||
<view class="mt-12 text-sm text-gray">{{ team.corpName }}</view>
|
||||
<view class="mt-15 text-lg text-dark font-semibold"
|
||||
>为您提供团队个性化专属服务</view
|
||||
>
|
||||
v-else
|
||||
</view> -->
|
||||
<view class="pt-lg px-15 flex flex-col items-center text-center">
|
||||
<image src="/static/logo-plain.png" class="logo"></image>
|
||||
<view class="mt-15 text-xl font-semibold text-dark">柚健康</view>
|
||||
@ -84,7 +73,7 @@ async function getPhoneNumber(e) {
|
||||
const res = await login(phoneCode);
|
||||
if (res && redirectUrl.value) {
|
||||
await attempToPage(redirectUrl.value);
|
||||
} else if (res && !doctorInfo.value) {
|
||||
} else if (res && !(doctorInfo.value && doctorInfo.value.anotherName)) {
|
||||
uni.redirectTo({
|
||||
url: '/pages/work/profile'
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user