shish 5 lat temu
rodzic
commit
6b3a66aa95
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app-mall/controllers/UserController.php

+ 1 - 0
app-mall/controllers/UserController.php

@@ -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);
     }
     }