Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -390,7 +390,7 @@ export default { | @@ -390,7 +390,7 @@ export default { | ||
| 390 | icon: 'none' | 390 | icon: 'none' |
| 391 | }) | 391 | }) |
| 392 | setTimeout(() => { | 392 | setTimeout(() => { |
| 393 | - uni.redirectTo({ url: '/pages/index' }) | 393 | + this.$tab.reLaunch('/pages/index') |
| 394 | }, 300) | 394 | }, 300) |
| 395 | } | 395 | } |
| 396 | }).catch(() => { }) | 396 | }).catch(() => { }) |
| @@ -403,7 +403,7 @@ export default { | @@ -403,7 +403,7 @@ export default { | ||
| 403 | icon: 'none' | 403 | icon: 'none' |
| 404 | }) | 404 | }) |
| 405 | setTimeout(() => { | 405 | setTimeout(() => { |
| 406 | - uni.redirectTo({ url: '/pages/index' }) | 406 | + this.$tab.reLaunch('/pages/index') |
| 407 | }, 300) | 407 | }, 300) |
| 408 | } | 408 | } |
| 409 | }).catch(() => { }) | 409 | }).catch(() => { }) |
| @@ -468,7 +468,7 @@ export default { | @@ -468,7 +468,7 @@ export default { | ||
| 468 | 468 | ||
| 469 | .body { | 469 | .body { |
| 470 | flex: 1; | 470 | flex: 1; |
| 471 | - padding-top: 104rpx; | 471 | + padding-top: 102rpx; |
| 472 | padding-bottom: 150rpx; | 472 | padding-bottom: 150rpx; |
| 473 | } | 473 | } |
| 474 | 474 | ||
| @@ -720,4 +720,4 @@ export default { | @@ -720,4 +720,4 @@ export default { | ||
| 720 | &.mgb10 { margin-bottom: 20rpx; } | 720 | &.mgb10 { margin-bottom: 20rpx; } |
| 721 | } | 721 | } |
| 722 | } | 722 | } |
| 723 | -</style> | ||
| 723 | +</style> |