From 0c3d02a2ee8cf9af9f29ab0b1d7589da5dbb432c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Tue, 3 Jan 2023 14:51:59 +0800 Subject: [PATCH] =?UTF-8?q?[fix](bg-info):=20bug#8290=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=88=A4=E6=96=AD=E5=B1=95=E7=A4=BA=E7=9D=81=E7=9C=BC?= =?UTF-8?q?=E9=97=AD=E7=9C=BC=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bg-ui/bg-info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bg-ui/bg-info.vue b/src/bg-ui/bg-info.vue index 98db35d..23089ba 100644 --- a/src/bg-ui/bg-info.vue +++ b/src/bg-ui/bg-info.vue @@ -39,7 +39,7 @@ @click="idCardShow = !idCardShow" class="copy-btn" style="font-size: 14px; color: #a9b1c7; cursor: pointer" - icon="#bg-ic-eye"> + :icon="idCardShow ? '#bg-ic-eye-close' : '#bg-ic-eye'">