From 30c62c1b10bfca8727d41ce80f087c612ccfd65c Mon Sep 17 00:00:00 2001
From: zzc <1761997216@qq.com>
Date: Thu, 7 May 2026 17:03:19 +0800
Subject: [PATCH] rating detail
---
pages.json | 24 +-
pages/rating/detail.vue | 858 ++++++++++++++++++++++++++++++++++++++++
pages/rating/index.vue | 59 +--
3 files changed, 909 insertions(+), 32 deletions(-)
create mode 100644 pages/rating/detail.vue
diff --git a/pages.json b/pages.json
index f7a23cf..4ce058a 100644
--- a/pages.json
+++ b/pages.json
@@ -9,14 +9,6 @@
"backgroundColor": "#FFFFFF"
}
},
- {
- "path": "pages/rating/index",
- "style": {
- "navigationBarTitleText": "全民评分",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
{
"path": "pages/mine/help",
"style": {
@@ -71,6 +63,22 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "pages/rating/index",
+ "style": {
+ "navigationBarTitleText": "全民评分",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/rating/detail",
+ "style": {
+ "navigationBarTitleText": "人物详情",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true
+ }
}
],
"globalStyle": {
diff --git a/pages/rating/detail.vue b/pages/rating/detail.vue
new file mode 100644
index 0000000..ba752dc
--- /dev/null
+++ b/pages/rating/detail.vue
@@ -0,0 +1,858 @@
+
+
+
+
+
+
+
+ 全民评分
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ detailData.score }}
+
+ 📈
+ 本周上涨 1 名
+
+
+
+
+
+ 封神率
+ 78%
+
+
+ 争议度
+ 21%
+
+
+
+
+ 👑 千古一帝
+ ⚔️ 战力爆炸
+ 📚 文治巅峰
+ 🔥 影响力拉满
+
+
+
+
+
+ 你的态度
+
+
+ {{ action.emoji }}
+ {{ action.label }}
+
+
+
+
+
+
+
+
+ {{ detailData.aiSummary }}
+
+
+
+
+
+
+
+
+ {{ detailData.name }}
+
+ VS
+
+
+ 康熙
+
+
+
+
+
+
+
+ 63% 支持
+ 37% 支持
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/rating/index.vue b/pages/rating/index.vue
index 81c986f..4969d39 100644
--- a/pages/rating/index.vue
+++ b/pages/rating/index.vue
@@ -74,34 +74,39 @@
-
-
-
-
- “{{ item.quote }}”
-
-
-
-
- {{ action.emoji }}
+
+
+
+
+ “{{ item.quote }}”
+
+
+
+
+ {{ action.emoji }}
+
+ {{ action.label }}
- {{ action.label }}
-