From dfa832402406320240380fb5372f4a19ed62b2f7 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 25 Apr 2025 18:39:41 +0800
Subject: [PATCH] 修改: 4.25文档问题修改
---
src/page/user/compontents/cash-list.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/user/compontents/cash-list.vue b/src/page/user/compontents/cash-list.vue
index 0fc00a1..94aa981 100644
--- a/src/page/user/compontents/cash-list.vue
+++ b/src/page/user/compontents/cash-list.vue
@@ -15,7 +15,7 @@
<div class="order-title">
<span class="main"> {{ $t("hjtxyhk") }} </span>
<span class="payNumber"
- >{{ $USD }}{{ item.withAmt | _toLocaleString }}</span
+ >{{ $USD }}{{ item.withAmt }}</span
>
<span v-if="item.withStatus!=1" class="red pull-right">
{{
@@ -78,7 +78,7 @@
<span class="col-xs-6">
{{ $t("hj44") }}:
<b class="space">
- {{ $USD }} {{ item.withFee | _toLocaleString }}
+ {{ $USD }} {{ item.withFee }}
</b>
</span>
<!-- <span class="col-xs-6">实际到账金额:<b class="space" style="font-size:0.26rem">{{item.withAmt - item.withFee}}</b>元</span> -->
--
Gitblit v1.9.3