From d11b87e417d7881bfb335f07ad008d7671a9daf2 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 15 Jan 2026 14:55:45 +0800
Subject: [PATCH] 1

---
 src/page/cashWithdrawalRecord/compontents/cash-list.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/cashWithdrawalRecord/compontents/cash-list.vue b/src/page/cashWithdrawalRecord/compontents/cash-list.vue
index f577351..f56a5d3 100644
--- a/src/page/cashWithdrawalRecord/compontents/cash-list.vue
+++ b/src/page/cashWithdrawalRecord/compontents/cash-list.vue
@@ -15,7 +15,7 @@
                     <span class="main">
                         {{ $t('hjtxyhk') }}
                     </span>
-              <span class="payNumber">¥{{item.withAmt}}</span>
+              <span class="payNumber">{{item.withAmt}}円</span>
               <span class="red pull-right">
                         {{item.withStatus == 1?$t('hjtxcg'):item.withStatus == 2?$t('hjtxsb'):item.withStatus == 3?$t('hjddqx'):$t('hjshz')}}
                         <i v-if="item.withStatus == 1" class="iconfont icon-tongguo4 animated bounceIn"></i>
@@ -28,7 +28,7 @@
             </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">{{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