From 0788772afaf87391d302ad90c8825f4da11277f4 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Sat, 26 Apr 2025 13:59:13 +0800
Subject: [PATCH] Merge branch 'master' of http://124.156.157.155:8060/r/gp/cakuns_st_app
---
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