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