dcc
2024-05-17 b8f6f514b675fa6a006dfafbc99303b3c5c8ba85
src/page/user/compontents/recharge-list.vue
@@ -1,7 +1,7 @@
<template>
  <div style="padding-bottom: 100px">
    <div v-if="list.length <= 0" class="empty text-center">
      {{ $t("hj228") }}!
      {{ $t("hj168") }}!
    </div>
    <div v-else>
      <ul
@@ -64,10 +64,10 @@
            <div class="order-info">
              <div class="info-mix">
                <span class="info-item"
                  >订单号:<b>{{ item.orderSn }}</b></span
                  >{{ $t("hj234") }}:<b>{{ item.orderSn }}</b></span
                >
                <span class="info-item"
                  >时间:
                  >{{ $t("sj") }}:
                  <b v-if="item.addTime">{{
                    new Date(item.addTime) | timeFormat
                  }}</b>