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