1
jhzh
2025-04-01 4d2ee4be461972f828b71fd7753f472297c44fb6
src/components/assetsCenter/assets.vue
@@ -53,38 +53,9 @@
           style="margin-bottom: 0;border-bottom: #f1f1f1 2px solid;padding: 10px" :key="index">
        <div class="flex justify-between">
          <div class="flex items-center">
            <!--            <img :src="item.symbol-->
            <!--              ? `${HOST_URL}/symbol/${item.symbol}.png`-->
            <!--              : require('@/assets/loading-default.png')-->
            <!--              " class="w-72 h-72 rounded-full" />-->
            <div class="symbol-name " style="color: rgb(25, 118, 210,0.8);font-size:18px;font-weight: bold">
              {{ item.symbol.toUpperCase() }}
              <!--              /USDT-->
            </div>
          </div>
          <div class="flex-col font-30 text-right" v-if="!eyetel">
            <!--            <div class="textColor" v-if="item.symbol == 'btc'">-->
            <!--              {{ item.volume.toFixed(8) || '0.0' }}-->
            <!--            </div>-->
            <!--            <div class="textColor" v-else-if="item.symbol == 'eth'">-->
            <!--              {{ item.volume.toFixed(8) || '0.0' }}-->
            <!--            </div>-->
            <!--            <div class="textColor" v-else-if="item.symbol == 'usdt'">-->
            <!--              {{ item.volume.toFixed(2) || '0.0' }}-->
            <!--            </div>-->
            <!--            <div class="textColor" v-else>-->
            <!--              {{ item.volume.toFixed(8) || '0.0' }}-->
            <!--            </div>-->
            <!--            <div class="text-grey font-30 font-400 mb-0">-->
            <!--              ≈{{ currency.currency_symbol }}-->
            <!--              {{ item.usdt ? item.usdt.toFixed(2) : '0.0' }}-->
            <!--            </div>-->
          </div>
          <div class="flex-col font-30 text-right" v-else>
            <!--            <div class="textColor">******** USDT</div>-->
            <!--            <div class="text-grey">-->
            <!--              ≈{{ currency.currency_symbol }} ********-->
            <!--            </div>-->
          </div>
        </div>
        <div class="flex justify-between mt-40" style="margin: 15px 10px 0 10px;font-weight: normal">
@@ -213,7 +184,6 @@
    compare(p, type) {
      //这是比较函数
      return function (m, n) {
        console.log(m);
        var a = m[p];
        var b = n[p];
        if (a == b) {