From 3003b7486ddeffd169f2b2f564fc0ff8c2c58bb3 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Tue, 22 Jul 2025 09:56:04 +0800
Subject: [PATCH] 1

---
 src/page/user/favorites.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/page/user/favorites.vue b/src/page/user/favorites.vue
index 543b81b..e2e4bc7 100644
--- a/src/page/user/favorites.vue
+++ b/src/page/user/favorites.vue
@@ -107,10 +107,12 @@
             >
               <div class="item_box">
                 <div class="item_box_left">
-                  <div class="item_box_left_top">{{ item.spell }}</div>
+                  <div class="item_box_left_top">{{ item.spell }}1</div>
                   <div class="item_box_left_bottom">{{ item.name }}</div>
                 </div>
-                <div class="item_box_zj">{{ item.nowPrice }}</div>
+                <div class="item_box_zj">
+                  {{ item.nowPrice | _toLocaleString(false) }}
+                </div>
 
                 <div
                   :class="
@@ -1923,4 +1925,4 @@
   font-weight: 800;
   padding: 0.6rem 0 0 0.5rem;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3