| | |
| | | @update-coin="onUpdate" |
| | | > |
| | | </ContractHeader> |
| | | <k-line-charts |
| | | :update-key="updateKey" |
| | | :update-data="quote" |
| | | :symbol="symbol" |
| | | :showBottom="false" |
| | | /> |
| | | |
| | | <div :class="{ slide2: animated1 }" v-if="selectIndex === 1"> |
| | | <div class="mainBackground" key="x"> |
| | |
| | | <!-- <van-icon class="textColor" @click.stop="showCharts = !showCharts" |
| | | :name="showCharts ? 'arrow-down' : 'arrow-up'"></van-icon> --> |
| | | </div> |
| | | <k-line-charts |
| | | :update-key="updateKey" |
| | | :update-data="quote" |
| | | :symbol="symbol" |
| | | :showBottom="false" |
| | | /> |
| | | |
| | | <!-- </div> --> |
| | | </div> |
| | | </template> |