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