jhzh
2025-08-04 ef341b7695a62249399fe63fb77bbb887ab71734
src/page/user/compontents/recharge-list.vue
@@ -1,7 +1,7 @@
<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") }}!
      {{ $t("hj168") }}
    </div>
    <div v-else>
      <ul
@@ -21,7 +21,7 @@
                <span
                  :style="{ color: $state.theme == 'red' ? '#BB1815' : '' }"
                >
                  {{ item.channelName }} {{ item.payAmt }}
                  {{ item.channelName }} ¥{{ item.payAmt  }}
                </span>
              </span>
              <span
@@ -36,19 +36,23 @@
                <i
                  v-if="item.orderStatus == 1"
                  class="iconfont icon-tongguo4 animated bounceIn"
                ></i>
                >
                </i>
                <i
                  v-if="item.orderStatus == 0"
                  class="iconfont icon-dengdai animated bounceInDown"
                ></i>
                >
                </i>
                <i
                  v-if="item.orderStatus == 2"
                  class="iconfont icon-failure animated bounceInDown"
                ></i>
                >
                </i>
                <i
                  v-if="item.orderStatus == 3"
                  class="iconfont icon-iconfontweitongguo animated bounceInDown"
                ></i>
                >
                </i>
                <!-- 1 => 成功 2 失败 3取消 4 等待 -->
                {{
                  item.orderStatus == 1
@@ -64,14 +68,14 @@
            <div class="order-info">
              <div class="info-mix">
                <span class="info-item"
                  >订单号:<b>{{ item.orderSn }}</b></span
                  >{{ $t("订单号") }}:<b>{{ item.orderSn }}</b></span
                >
                <span class="info-item"
                  >时间:
                  <b v-if="item.addTime">{{
                    new Date(item.addTime) | timeFormat
                  }}</b>
                  <b v-else></b>
                  >{{ $t("时间") }}:
                  <b v-if="item.addTime"
                    >{{item.addTime}}
                  </b>
                  <b v-else> </b>
                </span>
              </div>
            </div>