| | |
| | | import { mapGetters } from 'vuex'; |
| | | import { fixDate } from "@/utils"; |
| | | import { WS_URL } from '@/config'; |
| | | import { strToArr } from "@/utils/utis"; |
| | | 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' |
| | |
| | | _getHomeList(this.symbol).then(data => { |
| | | // console.log(data[0]) |
| | | this.quote = data[0] |
| | | this.symbolData = data[0].symbol_data |
| | | this.symbolData = strToArr(data[0].name, '/')[0] |
| | | this.$nextTick(() => { |
| | | if (!this.sockets.quote && this.symbol) { |
| | | this.startQuoteScoket() |