From 5854ba76489ff36a8efb3118336f6ca5759fda88 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 29 May 2024 19:45:04 +0800
Subject: [PATCH] 多语言
---
src/page/user/favorites.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/page/user/favorites.vue b/src/page/user/favorites.vue
index 543b81b..26de614 100644
--- a/src/page/user/favorites.vue
+++ b/src/page/user/favorites.vue
@@ -105,7 +105,7 @@
:key="index"
@click="handleGoToKlineDetail(item, index)"
>
- <div class="item_box">
+ <div class="item_box" >
<div class="item_box_left">
<div class="item_box_left_top">{{ item.spell }}</div>
<div class="item_box_left_bottom">{{ item.name }}</div>
@@ -133,7 +133,7 @@
>
<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 }}123</div>
<div class="item_box_left_bottom">{{ item.name }}</div>
</div>
<div class="item_box_zj">{{ item.nowPrice }}</div>
@@ -159,7 +159,7 @@
>
<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 }}123123</div>
<div class="item_box_left_bottom">{{ item.name }}</div>
</div>
<div class="item_box_zj">{{ item.nowPrice }}</div>
@@ -202,7 +202,7 @@
>
<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 }}123123</div>
<div class="item_box_left_bottom">{{ item.name }}</div>
</div>
<div class="item_box_zj">{{ item.nowPrice }}</div>
@@ -1923,4 +1923,4 @@
font-weight: 800;
padding: 0.6rem 0 0 0.5rem;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3