1
李凌
2025-09-24 5ad04ff5097af4d33ffff7781bfc7cba738ea581
src/views/cryptos/Exchange/exchangePage.vue
@@ -1,5 +1,5 @@
<template>
  <div id="cryptos">
  <div id="cryptos" style="background: #171928">
    <van-nav-bar left-arrow @click-left="onClickLeft">
      <template #right>
@@ -133,6 +133,7 @@
    },
    onConfirm() { // 闪兑
      this.clearInterval()
      console.log(this.detail);
      let obj = {
        symbol: this.detail.symbol_ex,
        symbol_to: this.detail.symbol_to_ex,
@@ -167,14 +168,14 @@
@import "@/assets/init.scss";
#cryptos {
  :deep(.van-icon) {
    color: red;
  }
  .exchange-page {
    height: 100vh - 6vh;
    background: $selectSymbol_background;
    :deep(.van-tab--active) {
      background: $selectSymbol_background;