From e5fdd4e7ef3ee250a2e9bae9ac1ee04a27af4670 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:40:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor(components):=20=E5=B0=86=E6=8B=8D?= =?UTF-8?q?=E5=93=81=E8=AF=A6=E6=83=85=E7=A7=BB=E8=87=B3=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -将拍品详情从首页组件中抽离,创建独立的 itemDetail 组件 - 在首页中引入并使用新的 itemDetail 组件- 优化代码结构,提高组件的可复用性和可维护性 --- app/components/itemDetail/index.vue | 55 ++++++++++++++++++++++++++-- app/pages/home/index.vue | 56 ++--------------------------- 2 files changed, 56 insertions(+), 55 deletions(-) diff --git a/app/components/itemDetail/index.vue b/app/components/itemDetail/index.vue index 5762a82..6798f57 100644 --- a/app/components/itemDetail/index.vue +++ b/app/components/itemDetail/index.vue @@ -1,10 +1,61 @@ - + + + + + + + 日出而作,日落而息 + + + 作者: + 张天赐 + + + 总平尺数: + — + + + 长*宽: + 100*200cm + + + 画作简介: + 是打卡时间到卡上即可点击卡拉斯科健康就阿斯科利打卡时间到卡萨带手机的啊科技是打卡时 + + + + + 起拍价: + RMB 1,000 + + + 竞价表: + + + + diff --git a/app/pages/home/index.vue b/app/pages/home/index.vue index 3e44fe4..c8111be 100644 --- a/app/pages/home/index.vue +++ b/app/pages/home/index.vue @@ -1,8 +1,8 @@ @@ -197,47 +187,7 @@ const clickSwipe=(index)=>{ - - - - - - - 日出而作,日落而息 - - - 作者: - 张天赐 - - - 总平尺数: - — - - - 长*宽: - 100*200cm - - - 画作简介: - 是打卡时间到卡上即可点击卡拉斯科健康就阿斯科利打卡时间到卡萨带手机的啊科技是打卡时 - - - - - 起拍价: - RMB 1,000 - - - 竞价表: - - - - +