zzzz
2024-04-24 a8f89d33e41ce2534ceef1e730a2e0127d73d04d
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>
@@ -187,7 +191,7 @@
</script>
<style lang="less" scoped>
.wrapper {
  // padding-top: 0.9rem;
  background-color: #fff !important;
}
.payNumber {