1
李凌
2026-02-01 3888981c74ff539a49efe04a5fbc0390f408b4ec
src/views/C2C/c2c-order-list/components/OrderData.vue
@@ -19,6 +19,11 @@
          <span>{{ detail.symbolValue }}</span>
        </template>
      </van-cell>
      <van-cell :title="$t('支付方真实姓名')">
        <template #default>
          <span>{{ detail.payRealName }}</span>
        </template>
      </van-cell>
      <van-cell :title="$t('数量')"
        :value="`${detail.symbol == 'usdt' ? Math.floor(detail.coinAmount * 100) / 100 : Math.floor(detail.coinAmount * 1000000) / 1000000} ${detail.symbol && detail.symbol.toUpperCase()}`" />
      <slot name="default"></slot>