From 5e3652e75822e72074574dbec01c24ad68a90a52 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 26 Jun 2024 19:40:21 +0800
Subject: [PATCH] 首页语言和提款换个位置
---
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