From 82f40c41cd1c3ad3e261cb12ac1a7ac69b3e8487 Mon Sep 17 00:00:00 2001
From: "34701892@qq.com" <34701892@qq.com>
Date: Tue, 6 Jan 2026 13:04:10 +0800
Subject: [PATCH] =?UTF-8?q?refactor(=E6=96=87=E7=AB=A0=E7=BB=84=E4=BB=B6):?=
=?UTF-8?q?=20=E8=B0=83=E6=95=B4=E7=BC=96=E8=BE=91=E4=BF=A1=E6=81=AF?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BD=8D=E7=BD=AE=E5=B9=B6=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E4=BA=8C=E6=A0=A1=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
将编辑信息从顶部移动到文章底部,并新增二校人员信息显示。同时注释掉 RankListMini 组件中的导航代码
---
src/components/RankListMini.vue | 6 +++---
src/components/article/indexNewsInfo.vue | 15 +++++++++++++--
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/src/components/RankListMini.vue b/src/components/RankListMini.vue
index b9c207e..2a7a4e4 100644
--- a/src/components/RankListMini.vue
+++ b/src/components/RankListMini.vue
@@ -162,9 +162,9 @@ function goDetail(item) {
let userType = props.userParams.userType || "";
console.log("🚀 ~ goDetail ~ userType:", userType);
- uni.navigateTo({
- url: `/pages/detail/indexNewsInfo?id=${item.news_id}&phone=${phone}&userType=${userType}`,
- });
+ // uni.navigateTo({
+ // url: `/pages/detail/indexNewsInfo?id=${item.news_id}&phone=${phone}&userType=${userType}`,
+ // });
// if (judgeRuntimeEnv().isWxMiniWebview) {
let shareUrl =
diff --git a/src/components/article/indexNewsInfo.vue b/src/components/article/indexNewsInfo.vue
index e393f50..532d94f 100644
--- a/src/components/article/indexNewsInfo.vue
+++ b/src/components/article/indexNewsInfo.vue
@@ -12,10 +12,10 @@
中国证券报
-
+
{{ props.data.publishTime }}
@@ -68,6 +68,17 @@
v-html="props.data.content"
>
+
+
+ 编辑:
+ {{ props.data.editor }}
+
+
+
+ 二校:
+ {{ props.data.secondReviewer }}
+
+