1
This commit is contained in:
parent
775f0c6e65
commit
ca9331df0f
@ -568,7 +568,7 @@ class UserController extends BaseAuthedController {
|
||||
}
|
||||
$userInfo = User::Info($userDb);
|
||||
{
|
||||
$userInfo['total_lucky'] = Hero::getAccountLucky($userInfo['address']);
|
||||
$userInfo['total_lucky'] = Hero::getAccountLuckyTemp();
|
||||
$userInfo['admission_item_num'] = myself()->_getItemCount(900006, $userInfo);
|
||||
}
|
||||
$heroDb = Hero::findByAccountId(myself()->_getAccountId(), $heroUniId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user