Compare commits

..

No commits in common. "110639725fae79e004917070bb3ef8839208fd5e" and "9dda930d1fb6e604e39932726783b1b142ab1b2c" have entirely different histories.

3 changed files with 185 additions and 186 deletions

View File

@ -1,5 +1,6 @@
{
"pages": [{
"pages": [
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "首页",
@ -158,7 +159,8 @@
"selectedColor": "#007aff",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [{
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_selected.png",

View File

@ -95,7 +95,4 @@ watch(() => props.visible, n => {
width: 48rpx;
height: 48rpx;
}
.popup-content-scroll{
max-height: 65vh;
}
</style>

View File

@ -118,7 +118,7 @@ async function getPhoneNumber(e) {
bindTeam(account.value)
} else if (redirectUrl.value) {
await attempToPage(redirectUrl.value);
} else {
} else if (res) {
toHome();
}
}