jhzh
2024-09-19 e3097587828362e34352cf4f378c8f5a260ea700
src/page/user/compontents/cash-list.vue
@@ -14,7 +14,9 @@
          <div class="order-info-box">
            <div class="order-title">
              <span class="main"> {{ $t("hjtxyhk") }} </span>
              <span class="payNumber">{{ $USD }}{{ item.withAmt }}</span>
              <span class="payNumber"
                >{{ $USD }}{{ item.withAmt | _toLocaleString }}</span
              >
              <span class="red pull-right">
                {{
                  item.withStatus == 1
@@ -48,7 +50,9 @@
              <p class="clearfix">
                <span class="col-xs-6">
                  {{ $t("hj44") }}:
                  <b class="space"> {{ $USD }} {{ item.withFee }} </b>
                  <b class="space">
                    {{ $USD }} {{ item.withFee | _toLocaleString }}
                  </b>
                </span>
                <!-- <span class="col-xs-6">实际到账金额:<b class="space" style="font-size:0.26rem">{{item.withAmt - item.withFee}}</b>元</span>                         -->
              </p>
@@ -81,9 +85,7 @@
              <p class="clearfix">
                <span class="secondary col-xs-6"
                  >{{ $t("sj") }}:
                  <b v-if="item.applyTime">{{
                    new Date(item.applyTime) | timeFormat
                  }}</b>
                  <b v-if="item.applyTime">{{ $moment(item.applyTime).format("DD-MM-YYYY hh:mm:ss A") }}</b>
                  <b v-else></b>
                </span>
              </p>
@@ -187,7 +189,8 @@
</script>
<style lang="less" scoped>
.wrapper {
  // padding-top: 0.9rem;
  background-color: #fff !important;
  height: 95vh;
}
.payNumber {