From a9b475487c2f84676d018633f077eb6b9fc3f8e7 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Aug 2023 14:05:14 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseAuthedController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index 7b13bbd6..6c5ea085 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -174,7 +174,7 @@ class BaseAuthedController extends BaseController { $userDb = $this->_getOrmUserInfo(); $this->address = $userDb['address']; $this->addressActived = true; - if (SERVER_ENV != _ONLINE) { + if (SERVER_ENV != _ONLINE && empty($this->address)) { $this->address = strtolower('0xa9ecB9F3A0b54d31ce4a035C89EC7Da4110beB59'); } }