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