|
@@ -22,6 +22,7 @@ class UserController extends BaseController
|
|
|
public function actionRecentShop()
|
|
public function actionRecentShop()
|
|
|
{
|
|
{
|
|
|
$respond = UserClass::getRecentShop($this->user);
|
|
$respond = UserClass::getRecentShop($this->user);
|
|
|
|
|
+ $respond['showIndex'] = 1;
|
|
|
util::success($respond);
|
|
util::success($respond);
|
|
|
}
|
|
}
|
|
|
|
|
|