liming 1 tháng trước cách đây
mục cha
commit
e079d79cf7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();