Compare commits
No commits in common. "110639725fae79e004917070bb3ef8839208fd5e" and "9dda930d1fb6e604e39932726783b1b142ab1b2c" have entirely different histories.
110639725f
...
9dda930d1f
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pages": [{
|
"pages": [
|
||||||
|
{
|
||||||
"path": "pages/home/home",
|
"path": "pages/home/home",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "首页",
|
"navigationBarTitleText": "首页",
|
||||||
@ -158,7 +159,8 @@
|
|||||||
"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,7 +95,4 @@ 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 {
|
} else if (res) {
|
||||||
toHome();
|
toHome();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user