Merge commit '4cc1e6853f1d2cf48548e53bbe237b70d7ee2c3f' into dev-wdb
This commit is contained in:
commit
110639725f
@ -95,4 +95,7 @@ watch(() => props.visible, n => {
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
}
|
||||
.popup-content-scroll{
|
||||
max-height: 65vh;
|
||||
}
|
||||
</style>
|
||||
@ -118,7 +118,7 @@ async function getPhoneNumber(e) {
|
||||
bindTeam(account.value)
|
||||
} else if (redirectUrl.value) {
|
||||
await attempToPage(redirectUrl.value);
|
||||
} else if (res) {
|
||||
} else {
|
||||
toHome();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user