From f2ef26bea6a230a75ecc4dd56a5ccaacf9117b03 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 18 Apr 2024 14:25:24 +0800
Subject: [PATCH] fanyi

---
 src/page/user/compontents/cash-list.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/page/user/compontents/cash-list.vue b/src/page/user/compontents/cash-list.vue
index cb76177..53f2a7a 100644
--- a/src/page/user/compontents/cash-list.vue
+++ b/src/page/user/compontents/cash-list.vue
@@ -14,7 +14,7 @@
           <div class="order-info-box">
             <div class="order-title">
               <span class="main"> {{ $t("hjtxyhk") }} </span>
-              <span class="payNumber">${{ item.withAmt }}</span>
+              <span class="payNumber">{{ $USD }}{{ item.withAmt }}</span>
               <span class="red pull-right">
                 {{
                   item.withStatus == 1
@@ -46,11 +46,10 @@
             </div>
             <div class="order-info">
               <p class="clearfix">
-                <span class="col-xs-6"
-                  >{{ $t("hj44") }}:<b class="space"
-                    >${{ item.withFee }}</b
-                  ></span
-                >
+                <span class="col-xs-6">
+                  {{ $t("hj44") }}:
+                  <b class="space"> {{ $USD }} {{ item.withFee }} </b>
+                </span>
                 <!-- <span class="col-xs-6">实际到账金额:<b class="space" style="font-size:0.26rem">{{item.withAmt - item.withFee}}</b>元</span>                         -->
               </p>
               <p class="clearfix">

--
Gitblit v1.9.3