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

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

@@ -23,7 +23,7 @@ class UserController extends BaseController
     {
         $list = UserClass::getRecentShop($this->user);
         //1 显示最近访问的店铺 0不显示
-        util::success(['list' => $list, 'showIndex' => 1]);
+        util::success(['list' => $list, 'showIndex' => 0]);
     }
 
     //获取登陆客户的资产 ssh 2019.11.22