Commit 0484b0be authored by chenqikuai's avatar chenqikuai

fix: 修复点击删除账号时,没有删除的bug

parent f8dee2dc
......@@ -30,9 +30,8 @@
v-for="(item, index) in phonePwdList"
:key="index"
class="h-8 flex items-center justify-between bg-font-light-black hover:bg-font-black text-gray-700"
@click="handleClickPhoneItem(item)"
>
<div class="ml-4">{{ item.phone }}</div>
<div class="ml-4" @click="handleClickPhoneItem(item)">{{ item.phone }}</div>
<img
src="@/assets/icons/close.png"
@click="handleClickDelete(item.phone)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment