perf: 修改账号选择

This commit is contained in:
ibuler
2023-11-14 10:16:55 +08:00
committed by 老广
parent d6b75ac700
commit 5673698a57

View File

@@ -265,6 +265,8 @@ class Applet(JMSBaseModel):
if not host.using_same_account:
return
account = VirtualAccount.get_same_account(user, host)
if not account.secret:
return
return account
def select_host_account(self, user, asset):