|
|
@@ -22,7 +22,7 @@ class UserController extends BaseController
|
|
|
public function actionRecentShop()
|
|
|
{
|
|
|
$list = UserClass::getRecentShop($this->user);
|
|
|
- util::success(['list' => $list, 'showIndex' => 1]);
|
|
|
+ util::success(['list' => $list, 'showIndex' => 0]);
|
|
|
}
|
|
|
|
|
|
//获取登陆客户的资产 ssh 2019.11.22
|