liming 1 mēnesi atpakaļ
vecāks
revīzija
e079d79cf7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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();