Compare commits
7 Commits
9dda930d1f
...
110639725f
| Author | SHA1 | Date | |
|---|---|---|---|
| 110639725f | |||
| f7db9058b2 | |||
|
|
4cc1e6853f | ||
|
|
744b1ee76b | ||
|
|
5ddc8fa9f2 | ||
|
|
037edd7855 | ||
|
|
54194ea63a |
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"pages": [
|
"pages": [{
|
||||||
{
|
|
||||||
"path": "pages/home/home",
|
"path": "pages/home/home",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "首页",
|
"navigationBarTitleText": "首页",
|
||||||
@ -159,8 +158,7 @@
|
|||||||
"selectedColor": "#007aff",
|
"selectedColor": "#007aff",
|
||||||
"backgroundColor": "#ffffff",
|
"backgroundColor": "#ffffff",
|
||||||
"borderStyle": "white",
|
"borderStyle": "white",
|
||||||
"list": [
|
"list": [{
|
||||||
{
|
|
||||||
"pagePath": "pages/home/home",
|
"pagePath": "pages/home/home",
|
||||||
"iconPath": "static/tabbar/home.png",
|
"iconPath": "static/tabbar/home.png",
|
||||||
"selectedIconPath": "static/tabbar/home_selected.png",
|
"selectedIconPath": "static/tabbar/home_selected.png",
|
||||||
|
|||||||
@ -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