From 0ef335dce6b9f40f094fa46e08b0888a594fd2e1 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Tue, 19 May 2026 17:38:30 +0800
Subject: [PATCH] 1

---
 src/page/user/favorites.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/page/user/favorites.vue b/src/page/user/favorites.vue
index 543b81b..bae4c18 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="
@@ -1629,7 +1631,7 @@
     display: block;
     content: "";
     height: 0.07rem;
-    background-color: #1381a4;
+    background-color: #00f0ff;
     width: 100%;
     left: 0;
     bottom: -0.25rem;
@@ -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