1
PC-20250623MANY\Administrator
2025-09-30 9ddad348a549154e7b328f9d7dd9517d2abd330c
src/page/user/compontents/recharge-list.vue
@@ -1,5 +1,5 @@
<template>
  <div style="padding-bottom: 100px">
  <div style="padding-bottom: 100px;background-color: #fff;">
    <div v-if="list.length <= 0" class="empty text-center">
      {{ $t("hj168") }}
    </div>
@@ -73,7 +73,7 @@
                <span class="info-item"
                  >{{ $t("时间") }}:
                  <b v-if="item.addTime"
                    >{{ new Date(item.addTime) | timeFormat }}
                    >{{item.addTime}}
                  </b>
                  <b v-else> </b>
                </span>