From 47aa573641b99a0005e535e8527bf7e1a0a2dbed Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Sat, 8 Feb 2025 10:16:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor/artDetail:=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E8=89=BA=E6=9C=AF=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 goodStore 的使用,改为直接调用 userArtwork API - 通过路由参数获取艺术品 UUID,动态加载详情数据 - 更新模板,使用新获取的数据渲染页面 - 修改 profile 页面跳转到艺术品详情的方式,传递 UUID 参数 --- app/pages/artDetail/index.vue | 18 ++++++++++++++---- app/pages/profile/index.vue | 11 +++++++---- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/app/pages/artDetail/index.vue b/app/pages/artDetail/index.vue index 266f7fd..c396a89 100644 --- a/app/pages/artDetail/index.vue +++ b/app/pages/artDetail/index.vue @@ -1,13 +1,23 @@