liming 1 ماه پیش
والد
کامیت
e079d79cf7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();