|
@@ -238,8 +238,7 @@ const handleVisitDapp = (item) => {
|
|
|
privateKey: walletStore.privateKey,
|
|
|
oaid:systemStore.DeviceId
|
|
|
})
|
|
|
- );
|
|
|
- console.log("item.name =",item.name )
|
|
|
+ );
|
|
|
if (item.name == "多米游戏") {
|
|
|
openDapp(item.url, { dapp, d:walletStore.account }, true);
|
|
|
return
|