From 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 02 Sep 2024 15:26:12 +0800
Subject: [PATCH] 1

---
 src/page/list/favoriteslist/data.list.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/list/favoriteslist/data.list.vue b/src/page/list/favoriteslist/data.list.vue
index 57328d9..55568ec 100644
--- a/src/page/list/favoriteslist/data.list.vue
+++ b/src/page/list/favoriteslist/data.list.vue
@@ -51,7 +51,7 @@
                 </div>
                 <div class="bottom_price_title">
                   <div class="start_price">
-                    <span>{{ $t("價格") }}</span>
+                    <span>{{ $t("單筆價格") }}</span>
                   </div>
                   <div class="new_price" v-if="item.status <= 3">
                     <span>
@@ -415,4 +415,4 @@
   text-align: center;
   line-height: 35px;
 }
-</style>
+</style>
\ No newline at end of file

--
Gitblit v1.9.3