| | |
| | | <template> |
| | | <div id="normalHead"> |
| | | <van-nav-bar |
| | | :border="false" |
| | | :title="title" |
| | | left-arrow |
| | | @click-left="onClickLeft"> |
| | | <van-nav-bar :border="false" :title="title" left-arrow @click-left="onClickLeft"> |
| | | <template #right> |
| | | <slot></slot> |
| | | </template> |
| | |
| | | this.$router.push('/'); |
| | | } else if (this.goAssetsCenter) { |
| | | this.$router.push('/assetsCenter/assets'); |
| | | }else if (this.goPerpetualContract){ |
| | | } else if (this.goPerpetualContract) { |
| | | this.$router.go(-2); |
| | | } else if (this.backFunc) { |
| | | this.backFunc() |
| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | ::v-deep .van-nav-bar__title{ |
| | | color: #333; |
| | | ::v-deep .van-nav-bar__title { |
| | | @include themify() { |
| | | color: themed("textColor"); |
| | | } |
| | | } |
| | | </style> |