liming 1 hónapja
szülő
commit
e079d79cf7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/me/personalInformation/index.vue

+ 1 - 1
src/views/me/personalInformation/index.vue

@@ -61,7 +61,7 @@ const walletStore = useWalletStore();
 
 const show = ref(false);
 const nickname = ref("");
-const qrtext = ref("");
+const qrtext = ref(walletStore.account);
 
 const afterRead = async (file) => {
   const formData = new FormData();