|
@@ -43,7 +43,7 @@ class MarketController extends MarketBaseController
|
|
|
{
|
|
{
|
|
|
$type = input('type', 0);
|
|
$type = input('type', 0);
|
|
|
$id = input('id', 0); // 当前浏览的用户ID
|
|
$id = input('id', 0); // 当前浏览的用户ID
|
|
|
- $userId = $this->userId;
|
|
|
|
|
|
|
+ $userId = $id? $id : $this->userId;
|
|
|
$memberInfo = Member::getInfo(['id' => $userId,'agent_type'=> 1]);
|
|
$memberInfo = Member::getInfo(['id' => $userId,'agent_type'=> 1]);
|
|
|
|
|
|
|
|
// 冻结
|
|
// 冻结
|