wkw hace 2 días
padre
commit
47049f9b5e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/views/wallet/walletDetail/index.vue

+ 0 - 1
src/views/wallet/walletDetail/index.vue

@@ -131,7 +131,6 @@ const confirm = async () => {
         if (code === 200) {
             await updateUserInfo(walletStore.account,id);
         }
-  show.value = false;
     } else if (type.value == 3) {
         // 删除钱包
         walletStore.deleteWallet(id, text.value);