Commit 33745373b11d0cecbe0e2c65314221ab182d6afc

Authored by 史婷婷
1 parent 42b3ef16

feat: 审核确认去往首页代码修复

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