From b7de2b10dd0c1db19e67edec8eabb0e3a89d9421 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Thu, 14 Aug 2025 11:58:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=A4=E5=88=B9=E6=96=87=E7=AB=A0=E8=AF=A6?= =?UTF-8?q?=E7=BB=86=E9=A1=B5=E9=9D=A20.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ancient/ancientTourById.vue | 306 +++++++++++++----------------- 1 file changed, 136 insertions(+), 170 deletions(-) diff --git a/pages/ancient/ancientTourById.vue b/pages/ancient/ancientTourById.vue index ea70627..f8f33e8 100644 --- a/pages/ancient/ancientTourById.vue +++ b/pages/ancient/ancientTourById.vue @@ -49,13 +49,11 @@ > {{ item.title }} + {{ item.subtitle }} + - {{ item.subtitle }} - {{ formatTime(item.createTime) }} - - ID: {{ item.id }} @@ -101,10 +99,10 @@ export default { // 添加基本样式 content = `
${content}
`; @@ -222,225 +220,193 @@ export default { console.log("封面图片加载失败"); // 可以设置默认图片或隐藏图片容器 }, - - // 测试方法(开发时使用) - testWithId(id) { - this.tourId = id; - this.fetchTourDetail(); - this.fetchRelevantArticles(); - }, }, };