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>