2
PC-20250623MANY\Administrator
2025-09-15 0f6b38dfdfe93a1d630d984417af2fbb03c7e0ff
src/page/user/compontents/recharge-list.vue
@@ -1,5 +1,5 @@
<template>
  <div style="padding-bottom: 100px">
  <div style="padding-bottom: 100px;">
    <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>