rabin 6 năm trước cách đây
mục cha
commit
22acbba48d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      buy/src/Data.php

+ 1 - 1
buy/src/Data.php

@@ -14,7 +14,7 @@ class Data extends Base
     {
         //return $this->location('list');
         if ($this->user) {
-            return $this->location('list');
+            //return $this->location('list');
         } else {
             //return $this->location('auth');
         }