diff --git a/uniapp/src/pages/collection/collection.vue b/uniapp/src/pages/collection/collection.vue
index c9ff2211..772f20d6 100644
--- a/uniapp/src/pages/collection/collection.vue
+++ b/uniapp/src/pages/collection/collection.vue
@@ -7,64 +7,440 @@
/>
-
-
-
-
-
+
+
+
+
+
+
+ {{ tab.label }}
+ {{ articleCount }}
+ {{ cryptoCount }}
+
+
+
+
+
+
+
+ 加载收藏中...
+
+
+
+
+
+
+
+
+
+
+ {{ item.title || '未命名文章' }}
+ {{ item.desc }}
+
+ {{ item.collect_time || item.create_time || '' }}
+
+
+ 取消收藏
+
+
+
+
+
+
+
+ 暂无资讯收藏
+ 收藏文章后会显示在这里
+
+
+
+
+
+
+
+ {{ coin.symbol.slice(0, 1) }}
+
+ {{ coin.symbol }}
+ {{ coin.name_zh || coin.name }}
+
+
+ ${{ formatPrice(coin.current_price) }}
+
+ {{ formatChange(coin.price_change_percentage_24h) }}
+
+
+
+
+
+
+
+
+
+ 暂无加密货币收藏
+ 在行情页点击星标即可加入收藏
+
+
+
+
+
+ 暂无{{ activeTabLabel }}收藏
+ 该分类的收藏内容会显示在这里
+
+
+
-
+