10.10综合交易所原始源码_移动端
1
李凌
2 days ago dce10d37ad35efe8ed1d39d6e5fcf7e4904381df
src/components/Transform/contract-header/index.vue
@@ -9,7 +9,7 @@
            <div class="mid flex items-center justfly-center">
              <img :src="handleImage(leftIcon)" alt="convert-img" class="w-9 h-9" @click="onSidebar">
              <div class="flex pl-3 textColor" @click="onSidebar">
                <div class="text-30" style="width: 25rem;">{{ symbolName.toUpperCase() || '--' }}</div>
                <div class="text-30">{{ symbolName.toUpperCase() || '--' }}</div>
                <div class="ml-4 text-28">{{ title }}</div>
              </div>
              <div class="pl-2 text-28" :class="{ 'text-green': range > 0, 'text-red': range <= 0 }">{{ range > 0
@@ -139,8 +139,6 @@
    }
  },
  created() {
    // this.coins = this.coinList.map(item => item.symbol)
    // console.log('this.coins', this.coins)
    if (this.$route.query.type) {
      this.queryType = this.$route.query.type
    }