| | |
| | | </div> |
| | | <div class="fixed-box"> |
| | | <div class="flex justify-between items-center px-30 py-20" @click.stop="handleClickShowKlineChart()"> |
| | | <span class="font-30 textColor2">{{ symbol.toUpperCase() }} {{ $t('k线图表') }}</span> |
| | | <van-icon class="textColor font-20" :name="showCharts ? 'arrow-down' : 'arrow-up'"></van-icon> |
| | | <span class="font-30 textColor2" style="color:#fff;">{{ symbol.toUpperCase() }} {{ $t('k线图表') }}</span> |
| | | <van-icon class="font-30" style="color:#fff;" :name="showCharts ? 'arrow-down' : 'arrow-up'"></van-icon> |
| | | </div> |
| | | <!-- <section class="indicator-index-container" v-if="showKlineChart"> |
| | | <div class="indicator-index-box"> |
| | |
| | | //console.log('下单后更新数据') |
| | | }, |
| | | onTab(evt) { // 点击tab后的回调 |
| | | console.log('evt', evt) |
| | | console.log('evt2', evt) |
| | | this.clearTimer() |
| | | // this.clearTimeout() |
| | | this.curTab = evt |