From 776a16b8eb860e2ee174cb4c2a798c52764335ec Mon Sep 17 00:00:00 2001 From: knowpia <9812993@qq.com> Date: Mon, 19 Sep 2022 14:09:56 +0800 Subject: [PATCH] fix bug --- app/controller/Donation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Donation.php b/app/controller/Donation.php index 222b14a..9e598b3 100644 --- a/app/controller/Donation.php +++ b/app/controller/Donation.php @@ -82,7 +82,7 @@ class Donation } public function setAddress(){ - echo $userid = $GLOBALS['data']['userid']; + $userid = $GLOBALS['data']['userid']; if(empty($userid)){ return show("请登录后再查看!",NEED_LOGIN); }