From d3cb4d55b46e7c3d45028e5f0a62eaffa50b8989 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:23:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor(components):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E7=BB=84=E4=BB=B6=E7=9A=84=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=92=8C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 x-button 和 x-popup 组件添加注释说明 - 在 x-image 组件中添加 lazy 加载属性 - 优化 profile 页面的我的拍品列表展示 - 更新 tang --- app/components/x-button/index.vue | 3 + app/components/x-image/index.vue | 1 + app/components/x-popup/index.vue | 9 ++- app/pages/home/components/Column/index.vue | 1 + .../components/SideButton/tangPopup.vue | 15 ++-- app/pages/profile/index.vue | 69 ++++++++----------- 6 files changed, 44 insertions(+), 54 deletions(-) diff --git a/app/components/x-button/index.vue b/app/components/x-button/index.vue index a132a30..55352a5 100644 --- a/app/components/x-button/index.vue +++ b/app/components/x-button/index.vue @@ -1,4 +1,7 @@ diff --git a/app/components/x-popup/index.vue b/app/components/x-popup/index.vue index 2fa7fa7..99e1146 100644 --- a/app/components/x-popup/index.vue +++ b/app/components/x-popup/index.vue @@ -1,5 +1,7 @@ @@ -32,14 +30,13 @@ const openImage = (url) => { > - + /> diff --git a/app/pages/profile/index.vue b/app/pages/profile/index.vue index c4fb918..128966c 100644 --- a/app/pages/profile/index.vue +++ b/app/pages/profile/index.vue @@ -1,18 +1,36 @@