| | |
| | | import PopupDelivery from "@/components/Transform/popup-delivery/index.vue"; |
| | | import PopupConfirmOrder from '@/components/Transform/popup-confirm-order/index.vue' |
| | | import deepChart from '@/components/Transform/deepChart/index.vue' |
| | | import { THEME } from '@/config/theme' |
| | | // import { THEME } from '@/config/theme' |
| | | export default { |
| | | name: 'TrendDetails', |
| | | components: { |
| | |
| | | }) |
| | | } |
| | | return { |
| | | THEME, |
| | | // THEME, |
| | | show: false, |
| | | direction: 'buy', |
| | | initFutrue: {}, |
| | |
| | | } |
| | | }, |
| | | computed: { |
| | | ...mapGetters({ currency: 'home/currency', userInfo: 'user/userInfo' }) |
| | | ...mapGetters({ currency: 'home/currency', userInfo: 'user/userInfo' }), |
| | | THEME() { |
| | | return this.$store.state.vant.theme |
| | | } |
| | | }, |
| | | mounted() { |
| | | console.log('sss', this.$route.query) |
| | |
| | | } |
| | | |
| | | :deep(.van-tabs__nav) { |
| | | background-color: $night !important; |
| | | // background-color: $inp-b !important; |
| | | // background-color: $night !important; |
| | | background-color: $inp-b !important; |
| | | } |
| | | |
| | | @keyframes animate1 { |