shish 5 лет назад
Родитель
Сommit
e80bdaebf1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-mall/controllers/UserController.php

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

@@ -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