From 5ec99a823b40e58f62c7415feff968b4046933a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Thu, 29 Jan 2026 13:41:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(authentication):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E7=82=B9=E5=87=BB=E6=9B=B4=E6=8D=A2=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/profile/authentication/index.wxml | 22 ++++++++++++++++------ pages/profile/authentication/index.wxss | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/pages/profile/authentication/index.wxml b/pages/profile/authentication/index.wxml index f73dc6c..70b8964 100644 --- a/pages/profile/authentication/index.wxml +++ b/pages/profile/authentication/index.wxml @@ -1,4 +1,7 @@ + +当前认证材料 + @@ -8,7 +11,10 @@ 上传您身份证头像面 - + + + 点击更换 + + @@ -25,7 +31,10 @@ 上传您身份证国徽面 - + + + 点击更换 + + @@ -42,7 +51,10 @@ 上传您的营业执照 - + + + 点击更换 + + @@ -51,11 +63,9 @@ - - - 认证 + 提交审核 \ No newline at end of file diff --git a/pages/profile/authentication/index.wxss b/pages/profile/authentication/index.wxss index 682beeb..92133ec 100644 --- a/pages/profile/authentication/index.wxss +++ b/pages/profile/authentication/index.wxss @@ -99,12 +99,32 @@ color: #999; } +.uploaded-container { + width: 100%; + height: 100%; + position: relative; + border-radius: 12rpx; +} + .uploaded-image { width: 100%; height: 100%; border-radius: 12rpx; } +.replace-tip { + position: absolute; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(0, 0, 0, 0.6); + color: white; + font-size: 24rpx; + text-align: center; + padding: 12rpx; + border-radius: 0 0 12rpx 12rpx; +} + /* 信息展示区域 */ .info-section { background-color: white;