From 2007ac8b95033bccbc7bc1e048e896757611e8f7 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 24 Apr 2024 13:27:53 +0800
Subject: [PATCH] 1
---
src/page/user/compontents/cash-list.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/page/user/compontents/cash-list.vue b/src/page/user/compontents/cash-list.vue
index 8e5217e..5fa6051 100644
--- a/src/page/user/compontents/cash-list.vue
+++ b/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>
--
Gitblit v1.9.3