@@ -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();