perf: 修改账号选择

pull/12096/head
ibuler 1 year ago committed by 老广
parent d6b75ac700
commit 5673698a57

@ -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):

Loading…
Cancel
Save