From 6bd8d6a64be827f89c573869f54b3333ec4a9693 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 5 Jul 2024 16:55:18 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseAuthedController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index c822e7ab..02e6c1b9 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -65,6 +65,7 @@ class BaseAuthedController extends BaseController { public function switchAccount($accountId){ $this->accountId = $accountId; + $this->addressActived = false; $this->mysqlConn = null; }