1
PC-20250623MANY\Administrator
2025-07-22 3003b7486ddeffd169f2b2f564fc0ff8c2c58bb3
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>