lxf
2025-07-15 264ae424801ec3d1a1d6046121ecf3884deea069
src/components/Transform/trade-head/index.vue
@@ -45,8 +45,8 @@
        <img src="../../../assets/image/public/record.png" alt="record-img" class="w-44 h-44  "
           @click="goHistory" />
        
          <img v-if="isTrade" src="../../../assets/image/kline.png" class="w-44 h-44 right" alt=""
            @click="$router.push(`/cryptos/trendDetails/${symbol}?kineType=trade`)">
          <!-- <img v-if="isTrade" src="../../../assets/image/kline.png" class="w-44 h-44 right" alt=""
            @click="$router.push(`/cryptos/trendDetails/${symbol}?kineType=trade`)"> -->
        </div>
      </div>
      <!-- 左侧边弹出菜单 -->
@@ -72,8 +72,8 @@
            </div>
            <div class="text-right">
              <div class="textColor font-28">{{ item.close || '--' }}</div>
              <div class="mt-10 font-28" :class="item.change_ratio_str > 0 ? 'text-green' : 'text-red'">
                {{ item.change_ratio_str }}%</div>
              <div class="mt-10 font-28" :class="item.change_ratio > 0 ? 'text-green' : 'text-red'">
                {{ item.change_ratio }}%</div>
            </div>
          </div>
        </div>
@@ -232,7 +232,7 @@
         if (this.$route.query.type) {
            type = this.$route.query.type
         }
         this.$router.push(`/cryptos/tradeRecord/${this.symbol}/?type=${type}`)
         this.$router.push(`/cryptos/tradeRecord/${this.symbol}/?type=forex`)
      } else {
         this.$router.push('/login')
      }