diff --git a/src/bg-ui/bg-info.vue b/src/bg-ui/bg-info.vue index 98db35d799e7d6ed4d243f44ca06e20d7d82a58c..23089ba1a072ce5366cd7962cbf4e6d54ec36249 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'">