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/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 3707f0c..9132955 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