| | |
| | | <p class="font-70 font-600" :class="quote.change_ratio > 0 ? 'text-green' : 'text-red'"> |
| | | {{ quote.close || '--' }}</p> |
| | | <p class="font-22 mt-10">≈ {{ currency.currency_symbol }}{{ quote.close ? (quote.close * |
| | | currency.rate).toFixed(2) : '--' }} |
| | | currency.rate).toFixed(6) : '--' }} |
| | | <span :class="quote.change_ratio > 0 ? 'text-green' : 'text-red'">{{ quote.change_ratio |
| | | || |
| | | '--' }}%</span> |
| | |
| | | ...mapGetters({ currency: 'home/currency', userInfo: 'user/userInfo' }) |
| | | }, |
| | | mounted() { |
| | | console.log('sss') |
| | | console.log('sss', this.$route.query) |
| | | //this.continueOrder() |
| | | this.kineType = this.$route.query.kineType |
| | | if (this.$route.query.type) { |