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