From cbc0c07421dea612d811825c8d6c61f75667b2f0 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 16 Jul 2024 10:20:25 +0800
Subject: [PATCH] 123

---
 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