| | |
| | | watch: { |
| | | symbol(val) { |
| | | console.log("symbol", val); |
| | | |
| | | |
| | | this.getIsItemHasAddGlobal() |
| | | if (this.islevel) { |
| | | this.$emit('changeLine', true) |
| | |
| | | onRoute(item) { |
| | | if (this.islevel) { |
| | | if (this.$route.params.symbol !== item.symbol) { |
| | | this.$router.push(`/cryptos/trendDetails/${item.symbol}?type=${this.$route.query.type}`) |
| | | if (this.kineType) this.$router.push(`/cryptos/trendDetails/${item.symbol}?type=${this.$route.query.type}&kineType=${this.kineType}`) |
| | | else this.$router.push(`/cryptos/trendDetails/${item.symbol}?type=${this.$route.query.type}`) |
| | | // alert(this.kineType) |
| | | if (this.kineType) { |
| | | setStorage('tradeSymbol', item.symbol) |