From ab3e84ca5e0aedf77bb2fc390be8a468ebb72cba Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 01 Aug 2024 18:15:45 +0800
Subject: [PATCH] 1

---
 src/page/home/listcomponents/dazongjiaoyi.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/home/listcomponents/dazongjiaoyi.vue b/src/page/home/listcomponents/dazongjiaoyi.vue
index 574856c..19e8b1a 100644
--- a/src/page/home/listcomponents/dazongjiaoyi.vue
+++ b/src/page/home/listcomponents/dazongjiaoyi.vue
@@ -55,7 +55,7 @@
           {{ $t("hj261") }} <span @click="show = false"></span>
         </div>
         <h5>{{ $t("hj130") }}</h5>
-        <h6>{{ currentItem.price ? currentItem.price : "" }}</h6>
+        <h6>₹{{ currentItem.price ? currentItem.price : "" }}</h6>
         <div class="erty tghj">
           <input
             :placeholder="$t('hj262')"
@@ -418,4 +418,4 @@
     font-size: 0.37rem;
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3