wkw 2 주 전
부모
커밋
bc7ab1b974
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/pages/trade/index.vue

+ 2 - 2
src/pages/trade/index.vue

@@ -306,8 +306,8 @@ const bgClass = computed(() => {
   return 'bg3';
 });
 const handleAddressUpdate = async (addr) => {
-  const {privateKey} = await getWalletInfo();
-  privateKey.value = privateKey;
+  const obj = await getWalletInfo();
+  privateKey.value = obj.privateKey;
   walletAddress.value = addr;
   getSysSetting();
   getGameMatchList();