From 2007ac8b95033bccbc7bc1e048e896757611e8f7 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 24 Apr 2024 13:27:53 +0800
Subject: [PATCH] 1
---
src/page/user/favorites.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/page/user/favorites.vue b/src/page/user/favorites.vue
index 543b81b..50ee551 100644
--- a/src/page/user/favorites.vue
+++ b/src/page/user/favorites.vue
@@ -110,7 +110,9 @@
<div class="item_box_left_top">{{ item.spell }}</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="
--
Gitblit v1.9.3