|
|
@@ -21,9 +21,8 @@ class UserController extends BaseController
|
|
|
//最近店铺 ssh 2021.2.27
|
|
|
public function actionRecentShop()
|
|
|
{
|
|
|
- $respond = UserClass::getRecentShop($this->user);
|
|
|
- $respond['showIndex'] = 1;
|
|
|
- util::success($respond);
|
|
|
+ $list = UserClass::getRecentShop($this->user);
|
|
|
+ util::success(['list' => $list, 'showIndex' => 1]);
|
|
|
}
|
|
|
|
|
|
//获取登陆客户的资产 ssh 2019.11.22
|